Skip to content

PlantUML plugin for Python-Markdown stuffed into Docker

License

Notifications You must be signed in to change notification settings

kerhac/plantuml-markdown-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

plantuml-markdown-docker

This wraps mikitex70/plantuml-markdown into a alpine docker container.

Pull

docker pull kerhac/plantuml-markdown

Building

Build docker images.

docker build -t kerhac/plantuml-markdown .

Usage

Render README.md as html using docker container.

cat README.md |docker run --rm --interactive kerhac/plantuml-markdown > README.html

Sample plantuml


@startuml
Bob -> Alice : hello
@enduml

About

PlantUML plugin for Python-Markdown stuffed into Docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published