docker-pandoc-with-plantuml
This is pandoc image with PlantUML. Forked from https://github.com/koduki/docker-pandoc-with-plantuml
Setup
docker pull koduki/pandoc
alias pandoc="docker run -it -v `pwd`:/var/docs registry.forge.grandlyon.com/npernoud/docker-pandoc-with-plantuml"
Generate HTML with SVG
pandoc examples/input.md -o test.html
Examples
List
- list 1
- list 2
- list 3
Table
Right | Left | Default | Center |
---|---|---|---|
12 | 12 | 12 | 12 |
123 | 123 | 123 | 123 |
1 | 1 | 1 | 1 |