mirror of
https://github.com/zulip/zulip.git
synced 2025-10-24 08:33:43 +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:
|
places:
|
||||||
|
|
||||||
- The backend Markdown processor (`zerver/lib/markdown/__init__.py`).
|
- 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
|
`web/third/marked/lib/marked.js`), or `markdown.contains_backend_only_syntax` if
|
||||||
your changes won't be supported in the frontend processor.
|
your changes won't be supported in the frontend processor.
|
||||||
- If desired, the typeahead logic in `web/src/composebox_typeahead.js`.
|
- If desired, the typeahead logic in `web/src/composebox_typeahead.js`.
|
||||||
|
Reference in New Issue
Block a user