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
This commit is contained in:
Nicholas Warzin 2023-09-22 12:57:08 -04:00
parent 00b2e288d6
commit 7a2b9c8b65

1
github.css Normal file

File diff suppressed because one or more lines are too long