mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
docs: Update markdown.js to markdown.ts.
This was missed when it was converted to TypeScript.
This commit is contained in:
@@ -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`.
|
||||
|
Reference in New Issue
Block a user