Sync from dev @ 252c1cf
Source: main (252c1cf) Excluded: live tenant exports, generated artifacts, and dev-only tooling.
This commit is contained in:
17
md2pdf/pdfconfig.json
Normal file
17
md2pdf/pdfconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"stylesheet": [
|
||||
"./md2pdf/pdfstyle.css"
|
||||
],
|
||||
"marked_options": {
|
||||
"headerIds": false,
|
||||
"smartypants": true
|
||||
},
|
||||
"pdf_options": {
|
||||
"format": "A4",
|
||||
"margin": "15mm",
|
||||
"printBackground": false,
|
||||
"headerTemplate": "<style> section { margin: 0 auto; font-family: sans-serif !important; font-size: 9px; } </style><section><span>ASTRAL Documentation</span></section>",
|
||||
"footerTemplate": "<style> section { margin: 0 auto; font-family: sans-serif !important; font-size: 9px; } </style><section><div>Page <span class='pageNumber'></span> of <span class='totalPages'></span></div></section>",
|
||||
"displayHeaderFooter": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user