Skip to content

Instantly share code, notes, and snippets.

@r1walz
Last active August 28, 2020 18:42
Show Gist options
  • Save r1walz/d988436c94159c5b187a63b2abdc0105 to your computer and use it in GitHub Desktop.
Save r1walz/d988436c94159c5b187a63b2abdc0105 to your computer and use it in GitHub Desktop.
Github config for https://github.com/simonhaenisch/md-to-pdf version:2.6.4
{
"pdf_options": {
"format": "A4",
"margin": "10mm 20mm 0mm 20mm",
"printBackground": true
},
"stylesheet": ["https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css"],
"body_class": ["markdown-body"],
"css": ".page-break{page-break-after:always}.markdown-body{font-size:12px}.markdown-body pre>code{white-space:pre-wrap}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment