miaolz123 / vue-markdown

A Powerful and Highspeed Markdown Parser for Vue
https://miaolz123.github.io/vue-markdown/
MIT License
1.89k stars 257 forks source link

plantuml support #93

Open trajano opened 5 years ago

trajano commented 5 years ago

Can you add support for plantuml?

trajano commented 5 years ago

I think this can be done using preRender for the time being by scanning for @startuml and @enduml lines then converting it to a Markdown image URL

trajano commented 5 years ago

But having native support for it would be nice too. Then we can have the options like

plantuml: true (which enables plantuml processing with SVG as the output) plantuml: "svg|gif|png" to specify the output format on default plantuml server plantuml: { format: "svg|gif|png", uri: "custom plantuml server" }