Commit d9d34e48 by Michael J. Schultz

Use full python dot path to extension

parent 276bc3bc
......@@ -159,7 +159,7 @@ try:
of '#' style headers to <h2>.
"""
extensions = ['headerid(level=2)']
extensions = ['markdown.extensions.headerid(level=2)']
md = markdown.Markdown(extensions=extensions)
return md.convert(text)
except ImportError:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment