Sign inSign up

jprjr/pandoc

By jprjr

Updated about 8 years ago

Auto-build of Pandoc.

Image
0

824

jprjr/pandoc repository overview

Pandoc Docker Container

Docker container for the binary distribution of Pandoc.

Forked from jagregory/pandoc

docker run jprjr/pandoc

A /source directory is created in the container, which can be mapped for use with relative file paths. Pandoc will always be run from the /source directory in the container.

docker run --rm -v $(pwd):/source jprjr/pandoc -f markdown -t html5 myfile.md -o myfile.html

Tag summary

Content type

Image

Digest

Size

27.6 MB

Last updated

about 8 years ago

docker pull jprjr/pandoc