mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
docs: Update markdown.md for echo.ts module update.
This commit updates the "Markdown implementation" documentation in the `markdown.md` file to reflect the conversion of the `echo.js` module to TypeScript.
This commit is contained in:
parent
222c59507c
commit
faa9680fc8
@ -17,7 +17,7 @@ authoritatively render messages to HTML (and implements
|
||||
slow/expensive/complex features like querying the Twitter API to
|
||||
render tweets nicely). The frontend implementation is in JavaScript,
|
||||
based on [marked.js](https://github.com/chjj/marked)
|
||||
(`web/src/echo.js`), and is used to preview and locally echo
|
||||
(`web/src/echo.ts`), and is used to preview and locally echo
|
||||
messages the moment the sender hits Enter, without waiting for round
|
||||
trip from the server. Those frontend renderings are only shown to the
|
||||
sender of a message, and they are (ideally) identical to the backend
|
||||
|
||||
Loading…
Reference in New Issue
Block a user