bugdown: Fix some Python-Markdown deprecation warnings.

Python-Markdown changed how one is supposed to declare extensions
being used.
This commit is contained in:
Mohsen Ibrahim
2016-10-17 13:02:45 +03:00
committed by Tim Abbott
parent 906587f474
commit e9899e4dc9

View File

@@ -1076,8 +1076,8 @@ def make_md_engine(key, opts):
safe_mode = 'escape',
output_format = 'html',
extensions = [
'nl2br',
'tables',
'markdown.extensions.nl2br',
'markdown.extensions.tables',
codehilite.makeExtension(
linenums=False,
guess_lang=False