Files
zulip/static/js
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
..
2022-02-07 18:51:06 -08:00
2021-11-01 11:07:01 -07:00
2022-02-07 18:51:06 -08:00
2022-04-04 14:07:18 -07:00
2022-03-17 13:10:23 -07:00
2021-10-19 16:51:13 -07:00