Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 644 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 644 Bytes

tufte-pandoc-css-docker

Repo contains the dockerfile for using Pandoc Markdown with Tufte CSS and has the following installed

Usage

  1. clone repo and build docker image

  2. 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.