diff options
Diffstat (limited to 'headinginjector.py')
-rw-r--r-- | headinginjector.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/headinginjector.py b/headinginjector.py index 50ef606..cb1b5ca 100644 --- a/headinginjector.py +++ b/headinginjector.py @@ -1,3 +1,9 @@ +""" +Prefixes headers with the specified string. + +Usage: +MyExtension = get_heading_injector(prefix) +""" import marko.block from marko.helpers import MarkoExtension |