zulip/static
Steve Howell 214ec099bb markdown: Eliminate setup() call.
It has always been pretty arbitrary what we did inside
of setup() vs. parse(), and we want to avoid unpredictable
results from other platforms neglecting to call setup().

On my machine you can parse a simple message in about
25 microseconds, based on a trial of a million messages
with the content of "**bold**".  Whatever portion of
that time is related to setup-related things like
compiling regexes should be negligible from the user's
perspective, since we never run parse() in a loop.
2022-04-04 14:07:18 -07:00
..
assets zulip-icons: Move custom icons to shared folder. 2022-03-22 16:14:56 -07:00
audio notification_sounds: Add "Chime", the new Zulip sound used on Android 2022-03-28 12:56:54 -07:00
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images policies: Fix effective date on most recent DPA update. 2022-03-07 12:01:25 -08:00
js markdown: Eliminate setup() call. 2022-04-04 14:07:18 -07:00
shared emojis: Un-share the emoji.js module. 2022-04-04 13:28:49 -07:00
styles stream_settings: Remove pencil icon from 'General' tab in stream settings. 2022-04-01 14:52:06 -07:00
templates settings: Fix length of custom profile field URL input. 2022-04-04 12:10:05 -07:00
third markdown: Avoid needless code duplication. 2022-04-04 14:07:18 -07:00
.gitignore docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00