A docker container with
installed. It can be used to generate PDF from markdown.
docker build -t cloudogu/pandoc
View all pandoc options with docker run cloudogu/pandoc. You have to provide a PLANTUML_SERVER environment variable and a volume with markdown files. Usage example:
docker run -e PLANTUML_SERVER=http://www.plantuml.com -v $(pwd):/data cloudogu/doc_template *.md
Content type
Image
Digest
Size
3.8 GB
Last updated
over 7 years ago
docker pull cloudogu/pandoc