zulip/zerver/lib/bugdown
Andy Perez 4d51a6cfac bugdown: Fix $$ whitespace handling.
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.
2017-11-10 16:54:27 -08:00
..
__init__.py bugdown: Fix $$ whitespace handling. 2017-11-10 16:54:27 -08:00
fenced_code.py Removed unused imports of force_bytes. 2017-11-09 10:32:14 -08:00
testing_mocks.py bugdown: Fetch complete data for tweet. 2017-11-07 09:13:39 -08:00
tlds-alpha-by-domain.txt [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00