zulip/zerver/lib/markdown
Aman Agrawal 1b5b82e712 RealmFilterPattern: Mark converted content as AtomicString.
If multiple filters match the same string, we run into an infinite
loop of converting string into urls. To fix it, we mark the matched
string as atomic after first conversion.
2020-09-22 15:10:38 -07:00
..
__init__.py RealmFilterPattern: Mark converted content as AtomicString. 2020-09-22 15:10:38 -07:00
api_arguments_table_generator.py api_docs: Add fragment references for all parameters. 2020-09-21 12:18:10 -07:00
api_return_values_table_generator.py python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
fenced_code.py markdown: Escape lang when echoing back custom non-pygments languages. 2020-09-18 17:12:11 -07:00
help_emoticon_translations_table.py
help_relative_links.py python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
help_settings_links.py python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
include.py
nested_code_blocks.py
tabbed_sections.py python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
testing_mocks.py python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00