Skip to content

Instantly share code, notes, and snippets.

@fasiha
fasiha / Makefile
Last active November 10, 2021 23:52
A pandoc custom writer targeting tufte-css HTML
test.html: test.md tufte-css.lua html5.html
pandoc -t tufte-css.lua -f markdown -c tufte.css --template html5.html test.md > test.html
html5.html:
pandoc -D html5 > html5.html