Repo contains the dockerfile for using Pandoc Markdown with Tufte CSS and has the following installed
-
clone repo and build docker image
-
To simply try tufte-pandoc-css, run as
$ docker run -it <image_name>
# cd tufte-pandoc-css
# make docs/index.md
to get the .html
file.
Else mount required directory using docker -v
and inside container, run make
with path to .md
file.