@reason.co/docugen
Version:
`npm i docugen` (private npm install for now)
21 lines (20 loc) • 528 B
YAML
stylesheet:
# these get turned into absolute paths
- css/reason-documents.css
- css/github-markdown.min.css
body_class: markdown-body
highlight_style: vs
pdf_options:
format: a4
margin:
top: 15mm
right: 15mm
left: 15mm
bottom: 49mm
printBackground: true
displayHeaderFooter: true
headerTemplate: # see separate file
footerTemplate: # see separate file
launch_options:
# puppeteer option to allow chrome to run as root in Docker
args: ["--no-sandbox", "--disable-font-subpixel-positioning"]