Skip to content

Instantly share code, notes, and snippets.

@rilla
Forked from bencevans/Makefile
Last active July 31, 2019 14:28
Show Gist options
  • Save rilla/d687ad20e327504681fc1839668a5fe6 to your computer and use it in GitHub Desktop.
Save rilla/d687ad20e327504681fc1839668a5fe6 to your computer and use it in GitHub Desktop.
GitHub Style Markdown -> PDF with Pandoc + Weasyprint
pandoc input.md -c https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.css \
-t html \
| sed '/<body>/c\<body class="markdown-body">' \
| weasyprint - output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment