From c1b749cc0f439f217b51d0e227c4b66260008252 Mon Sep 17 00:00:00 2001 From: Sujal Shah <73663475+sujalshah-bit@users.noreply.github.com> Date: Sat, 17 Feb 2024 03:52:01 +0530 Subject: [PATCH] docs: Update markdown.js to markdown.ts. This was missed when it was converted to TypeScript. --- docs/subsystems/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/subsystems/markdown.md b/docs/subsystems/markdown.md index c875990740..795c21906b 100644 --- a/docs/subsystems/markdown.md +++ b/docs/subsystems/markdown.md @@ -101,7 +101,7 @@ When changing Zulip's Markdown syntax, you need to update several places: - The backend Markdown processor (`zerver/lib/markdown/__init__.py`). -- The frontend Markdown processor (`web/src/markdown.js` and sometimes +- The frontend Markdown processor (`web/src/markdown.ts` and sometimes `web/third/marked/lib/marked.js`), or `markdown.contains_backend_only_syntax` if your changes won't be supported in the frontend processor. - If desired, the typeahead logic in `web/src/composebox_typeahead.js`.