mirror of https://github.com/zulip/zulip.git
4d51a6cfac
The intended use of $$ is for inline expressions, not for multiline ones; ```math is an acceptable alternative for the latter. Hence, the $$-syntax for inline TeX no longer permits newlines within it. This was also necessary for the next change to be sensible; namely allowing for spaces around both $$ when crafting inline TeX instead of forcing everything to be crammed together, e.g. $$x=7$$. In order to avoid uninentionally creating inline expressions, the opening and closing $$'s of an inline expression must now both exactly consist of two dollar signs, no more and no less. Fixes: #6488. |
||
---|---|---|
.. | ||
bootstrap | ||
bootstrap-notify | ||
fontawesome | ||
handlebars | ||
html5-formdata | ||
jquery-autosize | ||
jquery-caret | ||
jquery-filedrop | ||
jquery-form | ||
jquery-idle | ||
jquery-throttle-debounce | ||
katex | ||
lazyload | ||
marked | ||
sockjs | ||
sorttable | ||
sourcesans | ||
spectrum | ||
zocial | ||
thirdparty-fonts.css |