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

plantuml support

Open trajano opened this issue 5 years ago • 2 comments

Can you add support for plantuml?

trajano avatar May 09 '19 13:05 trajano

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 avatar May 09 '19 13:05 trajano

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" }

trajano avatar May 09 '19 13:05 trajano