mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
bugdown: Fix some Python-Markdown deprecation warnings.
Python-Markdown changed how one is supposed to declare extensions being used.
This commit is contained in:
committed by
Tim Abbott
parent
906587f474
commit
e9899e4dc9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user