Closed nilsabegg closed 6 years ago
Hi @nilsabegg thanks for your help :+1:
I'll merge this as is, but regarding the actual solution:
1) I was thinking of implementing mermaid.js support which renders PlantUML syntax using html + js. The result would not be a .svg or .png however but instead a html file.
2) How do you feel about adding https://hub.docker.com/r/think/plantuml/ to your text?
3) Another idea would be to add an option like --plantuml-cmd="docker run --rm -i think/plantuml"
which would solve that problem.
4) Check if java is installed, download the .jar file and use that as a fallback.
What do you think?
It's not a perfect solution for the problem but it works.