docs: Update markdown.js to markdown.ts.

This was missed when it was converted to TypeScript.
This commit is contained in:
Sujal Shah
2024-02-17 03:52:01 +05:30
committed by GitHub
parent 9648256c3c
commit c1b749cc0f

View File

@@ -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`.