Open
Description
I am not able to see a footer.html get injected into the PDF or debug HTML, either via CLI or the Node API.
For example:
mdpdf topic.md --style=print.css --footer=footer.html --debug --f-height=40px
does not throw any errors and creates a PDF and HTML page, using the CSS provided, but without any footer tags or content in the debug HTML or PDF. (I'm not sure if it's supposed to appear in the debug HTML or if it's injected in the PDF stage.)
Debugging steps I've tried:
- Changing footer to header (also doesn't work)
- Path to footer.html is confirmed correct (CLI will fail if path is wrong)
footer.html content:
<footer><div style="font-size: 1rem;">TEST</div></footer>
Metadata
Metadata
Assignees
Labels
No labels