mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
This fixes an issues that causes HTML entities inside of inline code blocks to be converted rather than being displayed literally. The upstream python-markdown now handles this correctly, so we just use their implementation with our changes for removing .strip(). As a result of this migration, we switch backtick pattern to an inline processor too. Fixes #12056. For the codeblock counterpart of this issue, we should follow the upstream PR https://github.com/Python-Markdown/markdown/pull/990. Co-authored-by: Rohitt Vashishtha <aero31aero@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| api_arguments_table_generator.py | ||
| api_return_values_table_generator.py | ||
| fenced_code.py | ||
| help_emoticon_translations_table.py | ||
| help_relative_links.py | ||
| help_settings_links.py | ||
| include.py | ||
| nested_code_blocks.py | ||
| tabbed_sections.py | ||
| testing_mocks.py | ||
| tlds-alpha-by-domain.txt | ||