Edinburgh-Genome-Foundry / pdf_reports

:closed_book: Python library and CSS theme to generate PDF reports from HTML/Pug
https://edinburgh-genome-foundry.github.io/pdf_reports/
MIT License
225 stars 40 forks source link

How can I add footnotes for a page? #24

Open codingforpleasure opened 5 days ago

codingforpleasure commented 5 days ago

Can somebody help me, how can I add footnotes to a page?

veghp commented 3 days ago

Weasyprint does support footnotes, see a description here: https://doc.courtbouillon.org/weasyprint/stable/api_reference.html#css-generated-content-for-paged-media-module

and the linked page there: https://www.w3.org/TR/css-gcpm-3/#footnotes

codingforpleasure commented 3 days ago

Thank you @veghp 👍