mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
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. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||
| favicon.ico | ||