showdown-markdown-editor
A markdown editor using codemirror and previewer using showdown for Vue.js.
Supporting some markdown extension features
-
It's supported by showdown-katex, that render LaTeX math and AsciiMath using KaTeX, You can check KaTeX supported functions/symbols.
-
TOC(Table of Contents)
It's implemented child TOC in showdown-toc.js, use for reference the showdown-toc.
-
It's implemented in showdown-mermaid.js, surpport diagrams of Flowchart and Sequence and
Gantt, check mermaid doc for more information. -
It's implemented in showdown-plantuml.js. To know more about PlantUML, please visit http://plantuml.com/.
-
footnotes
It's implemented in showdown-footnotes.js, use for reference the showdown-footnotes.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build