PDF render export command so far is this: pandoc -f gfm -t html5 --metadata pagetitle="README.md" --css github.css README.md -o test.pdf And I'm using the entr utility to rerender on change: https://github.com/eradman/entr