mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 23:43:38 +00: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>
110 KiB
110 KiB