PlantUML plugin for Python-Markdown stuffed into Docker
2.6K
This wraps mikitex70/plantuml-markdown into a alpine docker container.
docker pull kerhac/plantuml-markdown
Build docker images.
docker build -t kerhac/plantuml-markdown .
Render README.md as html using docker container.
cat README.md |docker run --rm --interactive kerhac/plantuml-markdown > README.html
@startuml
Bob -> Alice : hello
@enduml
Content type
Image
Digest
Size
110.4 MB
Last updated
over 6 years ago
docker pull kerhac/plantuml-markdown