ulivz / vuepress-plugin-flowchart

Rapid flowchart development plugin for vuepress
https://vuepress-plugin-flowchart.vercel.app/
95 stars 14 forks source link

is possible to support this syntax? #9

Open kid1412621 opened 4 years ago

kid1412621 commented 4 years ago

http://support.typora.io/Draw-Diagrams-With-Markdown/#flowcharts

Q-Action commented 4 years ago

const openMarker = options.openMarker || '```flow' const openChar = openMarker.charCodeAt(0) const closeMarker = options.closeMarker || '```' const closeChar = closeMarker.charCodeAt(0) lib/markdownltPlugin.js,change @flowstart to ```flow