zulip/web/third/marked/lib
Anders Kaseorg 64cabae46d web: Fix usage of .replace with variable replacement.
String.prototype.replace and String.prototype.replaceAll interpret
certain sequences such as $$ within a string provided as the
replacement argument.  Avoid this interpretation by providing a
function.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-04-05 09:11:23 -07:00
..
marked.d.ts marked: Stub marked and convert markdown module to typescript. 2024-02-01 12:12:06 -08:00
marked.js web: Fix usage of .replace with variable replacement. 2024-04-05 09:11:23 -07:00