mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
js: Convert static/js/markdown.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
ea01e6da5e
commit
10a4d2bcbd
@@ -8,6 +8,7 @@ const render_topic_edit_form = require("../templates/topic_edit_form.hbs");
|
||||
const channel = require("./channel");
|
||||
const echo = require("./echo");
|
||||
const loading = require("./loading");
|
||||
const markdown = require("./markdown");
|
||||
const message_viewport = require("./message_viewport");
|
||||
const rows = require("./rows");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user