zulip/static
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
..
assets icons: Create framework for custom icons and add new bot icon. 2017-11-10 11:18:42 -08:00
audio
generated Move static/third/gemoji to static/generated/emoji. 2016-12-27 20:16:23 -08:00
html frontend: Add header to static/5xx.html. 2017-07-28 17:45:23 -07:00
icons icons: Create framework for custom icons and add new bot icon. 2017-11-10 11:18:42 -08:00
images message view: Use new custom bot icon in messages. 2017-11-10 11:18:43 -08:00
js input-pill: Add clean up functions. 2017-11-10 14:14:03 -08:00
locale i18n: Update translation strings for 1.7 release. 2017-10-25 09:20:29 -07:00
styles input-pill: Add styling. 2017-11-10 14:14:03 -08:00
swagger org settings: Allow users to delete their message. 2017-11-09 10:20:34 -08:00
templates popovers: Add bot icon to user profile popovers for bots. 2017-11-10 11:18:43 -08:00
third bugdown: Fix $$ whitespace handling. 2017-11-10 16:54:27 -08:00
ts Add typescript support to asset compilation. 2017-05-28 17:28:28 -07:00
.gitignore static: Clean up organization of .gitignore. 2017-09-22 15:14:43 -07:00
favicon.ico
node_modules