mirror of https://github.com/zulip/zulip.git
a7f2bedb15
Our implementation requires at least 1 space after the '#' not not break existing linkifiers like '#123', etc. that generally follow the convention we show in linkifier examples. - [valid] : # Hello - [valid] : # Hello - [invalid]: #Hello For the frontend, we have taken the code from v0.7.0 of upstream marked and made minor changes to avoid having to refactor a significant part of our marked code. For the backend, we merely have to change the regex to force require spaces after #, and add hashheader to our list of blockparsers. Fixes #11418. |
||
---|---|---|
.. | ||
__init__.py | ||
api_arguments_table_generator.py | ||
api_code_examples.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 |