We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b94661 commit a90d297Copy full SHA for a90d297
mfr/extensions/md/static/js/md.js
@@ -18,6 +18,5 @@ var markdown = new MarkdownIt('commonmark', {
18
.use(bootstrapTable)
19
.disable('strikethrough');
20
21
-var render = markdown.render(document.getElementById("jaxified").innerHTML);
22
-console.log(document.getElementById("jaxified").innerHTML);
23
-document.getElementById("jaxified").innerHTML = render;
+
+document.getElementById("jaxified").innerHTML = markdown.render(document.getElementById("jaxified").innerHTML);
0 commit comments