Commit b1b284cd by Tom Christie

Merge pull request #393 from glic3rinu/master

Fixed typo on safe_mode markdown wrapper
parents 9aaeeacd 61ec6c09
......@@ -340,7 +340,7 @@ try:
"""
extensions = ['headerid(level=2)']
safe_mode = False,
safe_mode = False
md = markdown.Markdown(extensions=extensions, safe_mode=safe_mode)
return md.convert(text)
......
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