js: Convert static/js/markdown.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:49:36 -08:00
committed by Tim Abbott
parent ea01e6da5e
commit 10a4d2bcbd
15 changed files with 45 additions and 35 deletions

View File

@@ -16,6 +16,7 @@ const compose_pm_pill = require("./compose_pm_pill");
const drafts = require("./drafts");
const echo = require("./echo");
const loading = require("./loading");
const markdown = require("./markdown");
const peer_data = require("./peer_data");
const people = require("./people");
const rendered_markdown = require("./rendered_markdown");