andreaskoch / pandoc

A docker image for running the latest version of pandoc built from source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pandoc Docker Image

A docker image for running the latest version of Pandoc built from source.

Usage

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 -v $(pwd):/source andreaskoch/pandoc <... options ...>

About

A docker image for running the latest version of pandoc built from source

License:MIT License