首页 | 编辑 | 帮助
$(function() { var testEditormdView, testEditormdView2; testEditormdView = editormd.markdownToHTML("txtMdSourceView", { markdown : $("#txtMdSource").text(), htmlDecode : "style,script,iframe", // you can filter tags decode tocm : true, // Using [TOCM] tocContainer : "#custom-toc-container", // emoji : true, taskList : true, tex : true, flowChart : true, sequenceDiagram : true, }); });