zulip/zerver/lib/markdown
Anders Kaseorg 254b904965 markdown: Migrate off deprecated extension registration interface.
Fixes #15205.

https://python-markdown.github.io/change_log/release-3.0/#homegrown-ordereddict-has-been-replaced-with-a-purpose-built-registry
https://python-markdown.github.io/change_log/release-3.0/#md_globals-keyword-deprecated-from-extension-api

The priority numbers are arbitrarily chosen to preserve the existing
order.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-10-19 18:31:12 -07:00
..
__init__.py markdown: Fix Youtube and Vimeo preview overriding markdown link titles bug. 2020-10-19 12:06:13 -07:00
api_arguments_table_generator.py markdown: Migrate off deprecated extension registration interface. 2020-10-19 18:31:12 -07:00
api_return_values_table_generator.py markdown: Migrate off deprecated extension registration interface. 2020-10-19 18:31:12 -07:00
fenced_code.py markdown: Migrate off deprecated extension registration interface. 2020-10-19 18:31:12 -07:00
help_emoticon_translations_table.py markdown: Migrate off deprecated extension registration interface. 2020-10-19 18:31:12 -07:00
help_relative_links.py markdown: Migrate off deprecated extension registration interface. 2020-10-19 18:31:12 -07:00
help_settings_links.py markdown: Migrate off deprecated extension registration interface. 2020-10-19 18:31:12 -07:00
include.py markdown: Migrate off deprecated extension registration interface. 2020-10-19 18:31:12 -07:00
nested_code_blocks.py markdown: Migrate off deprecated extension registration interface. 2020-10-19 18:31:12 -07:00
tabbed_sections.py markdown: Migrate off deprecated extension registration interface. 2020-10-19 18:31:12 -07:00
testing_mocks.py python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00