Commit 6e6dc213 by Tom Christie

Fix version test.

parent a3ddd9e4
...@@ -412,7 +412,7 @@ try: ...@@ -412,7 +412,7 @@ try:
extensions = ['headerid(level=2)'] extensions = ['headerid(level=2)']
safe_mode = False, safe_mode = False,
if markdown.version < (2, 1): if markdown.version_info < (2, 1):
output_format = markdown.DEFAULT_OUTPUT_FORMAT output_format = markdown.DEFAULT_OUTPUT_FORMAT
md = markdown.Markdown(extensions=markdown.load_extensions(extensions), md = markdown.Markdown(extensions=markdown.load_extensions(extensions),
......
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