summaryrefslogtreecommitdiff
path: root/headinginjector.py
diff options
context:
space:
mode:
Diffstat (limited to 'headinginjector.py')
-rw-r--r--headinginjector.py6
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