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. |
||
---|---|---|
.. | ||
import_fixtures | ||
mattermost_fixtures | ||
slack_fixtures | ||
.gitignore | ||
authors.json | ||
config.generate_data.json | ||
csp_report.json | ||
docs_url_preview_data.json | ||
duplicate_commits.json | ||
gitter_data.json | ||
markdown_test_cases.json | ||
narrow.json | ||
slack_message_conversion.json | ||
user_agents_unique |