Sign inSign up

kerhac/plantuml-markdown

By kerhac

Updated over 6 years ago

PlantUML plugin for Python-Markdown stuffed into Docker

Image
2

2.6K

kerhac/plantuml-markdown repository overview

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

Tag summary

Content type

Image

Digest

Size

110.4 MB

Last updated

over 6 years ago

docker pull kerhac/plantuml-markdown