Commit Graph

1 Commits

Author SHA1 Message Date
7a2b9c8b65 Provide a decent stylesheet for PDF exports via pandoc.
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
2023-09-22 12:57:08 -04:00