Skip to content
Snippets Groups Projects
user avatar
Nicolas Pernoud authored
cf61ff95
History
Name Last commit Last update
examples
.gitlab-ci.yml
Dockerfile
README.md

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

PlantUML Example

Sequence Diagram

ER Diagrams

Ref