vue-markdown-editor icon indicating copy to clipboard operation
vue-markdown-editor copied to clipboard

markdown 转为 html是否支持插件

Open huangguozhen opened this issue 2 years ago • 0 comments

import createTodoListPlugin from '@kangc/v-md-editor/lib/plugins/todo-list/index' import '@kangc/v-md-editor/lib/plugins/todo-list/todo-list.css' import createKatexPlugin from '@kangc/v-md-editor/lib/plugins/katex/cdn'

// TodoList VMdEditor.use(createTodoListPlugin())

// Katex 插件 VMdEditor.use(createKatexPlugin())

const html = xss.process(VMdEditor.themeConfig.markdownParser.render('$$\sum_{i=1}^n a_i=0$$'));

转换之后 html 不会对数学公式进行解释

huangguozhen avatar Apr 02 '22 02:04 huangguozhen