From faa9680fc83e62ac283b769bc1cee76deadddcc2 Mon Sep 17 00:00:00 2001 From: Saubhagya Patel Date: Sat, 21 Dec 2024 14:05:39 +0530 Subject: [PATCH] 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. --- 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 48d0b7f772..4cd7243c6e 100644 --- a/docs/subsystems/markdown.md +++ b/docs/subsystems/markdown.md @@ -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