zulip/zerver/lib/markdown
Anders Kaseorg ac5cbf7693 Revert "markdown: Escape lang when echoing back custom non-pygments languages."
This reverts commit 564b199fe6, which
was part of #16308.

Escaping is either required or incorrect; it is never “defensive”.
This escaping is incorrect.  lxml already escapes attributes during
serialization (any other behavior would be a serious bug), and
additional escaping just results in double escaping.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-11-02 16:23:48 -08:00
..
__init__.py markdown: Fix merging of separate quotations. 2020-10-30 15:21:15 -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 Revert "markdown: Escape lang when echoing back custom non-pygments languages." 2020-11-02 16:23:48 -08: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 docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
testing_mocks.py python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00