gmunguia / markdown-it-plantuml

:herb: :book: plantuml diagrams in your markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plans to support Ditaa

amedora opened this issue · comments

Do you have any plans to support Ditaa diagram?
http://en.plantuml.com/ditaa

The PlanUML online server already supports '@startditaa' and that diagram.
Example

You got it! 🎉

Check the readme for details and update to version 1.2.0 =)

Unfortunately, plantuml server fails when generating an svg image from ditaa diagrams (bug report from 2016). I have added support for different image formats, so that you can at least generate a png image of your diagram.

Thanks for your suggestion!

wow, thank you very much!