A markdown editor using codemirror and previewer using showdown for Vue.js.
使用Codemirror的Markdown编辑器和使用Showdown的Vue.js预览器。
It's supported by showdown-katex, that render LaTeX math and AsciiMath using KaTeX, You can check KaTeX supported functions/symbols.
showdown- katex支持此功能,该功能使用KaTeX渲染LaTeX数学和AsciiMath 。您可以检查KaTeX支持的功能/符号 。
TOC(Table of Contents)
目录(目录)
It's implemented child TOC in showdown-toc.js, use for reference the showdown-toc.
它是在showdown-toc.js中实现的子目录TOC,用作showdown-toc的参考。
It's implemented in showdown-mermaid.js, surpport diagrams of Flowchart and Sequence and Gantt, check mermaid doc for more information.
它在showdown-mermaid.js,流程图和序列和甘特图的辅助图中实现,请查看美人鱼doc以获取更多信息。
It's implemented in showdown-plantuml.js. To know more about PlantUML, please visit http://plantuml.com/.
它在showdown-plantuml.js中实现。 要了解有关PlantUML的更多信息,请访问http://plantuml.com/ 。
footnotes
脚注
It's implemented in showdown-footnotes.js, use for reference the showdown-footnotes.
它在showdown-footnotes.js中实现,用于showdown-footnotes的参考。
npm install
npm run serve
npm run build
翻译自: https://vuejsexamples.com/markdown-editor-using-codemirror-and-previewer-using-showdown-for-vue-js/