mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
More markdown compatibility fixes
* Escape " as " * Enable GFM newlines * Output a linebreak after <br> in the generated markup (imported from commit c007ec422054f9fc66a810b66aac70f70a2a1952)
This commit is contained in:
@@ -513,7 +513,7 @@ inline.zulip = merge({}, inline.breaks, {
|
||||
emoji: /^:([A-Za-z0-9_\-\+]+?):/,
|
||||
usermention: /^(@\*\*([^\*]+)?\*\*)/m,
|
||||
realm_filters: [],
|
||||
text: replace(inline.text)
|
||||
text: replace(inline.breaks.text)
|
||||
(']|', '@:]|')
|
||||
()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user