zulip/zerver/lib/bugdown
Rohitt Vashishtha 96aa1d4b37 markdown: Reduce mentions inside blockquotes to silent-mentions.
On the backend, we extend the BlockQuoteProcessor's clean function that
just removes '>' from the start of each line to convert each mention to
have the silent mention syntax, before UserMentionPattern is invoked.

The frontend, however, has an edge case where if you are mentioned in
some message and you quote it while having mentioned yourself above
the quoted message, you wouldn't see the red highlight till we get the
final rendered message from the backend.

This is such a subtle glitch that it's likely not worth worrying about.

Fixes #8025.
2019-01-16 16:08:37 -08:00
..
__init__.py markdown: Reduce mentions inside blockquotes to silent-mentions. 2019-01-16 16:08:37 -08:00
api_arguments_table_generator.py api docs: Escape HTML in the examples. 2018-08-22 17:19:09 -07:00
api_code_examples.py dependencies: Upgrade markdown from 2.6.11 -> 3.0.1. 2019-01-11 11:40:18 -08:00
fenced_code.py dependencies: Upgrade markdown from 2.6.11 -> 3.0.1. 2019-01-11 11:40:18 -08:00
help_emoticon_translations_table.py help: Fix styling of emoticons on help pages. 2018-08-17 11:37:29 -07:00
help_relative_links.py user docs: Fix typo causing broken gear icon. 2018-10-18 16:30:42 -07:00
help_settings_links.py user docs: Fix typo causing broken gear icon. 2018-10-18 16:30:42 -07:00
include.py bugdown: Trigger test failure for invalid Markdown include statements. 2018-12-27 20:13:08 -08:00
nested_code_blocks.py dependencies: Upgrade markdown from 2.6.11 -> 3.0.1. 2019-01-11 11:40:18 -08:00
tabbed_sections.py dependencies: Upgrade markdown from 2.6.11 -> 3.0.1. 2019-01-11 11:40:18 -08:00
testing_mocks.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
tlds-alpha-by-domain.txt