Introduced the cover_image local option which allows you to add an image to the cover page of your PDF document.
Added code comments and docstrings to help contributors understand the code base.
Introduced the include_legal_terms global option and the legal_terms local option that allows the user to insert customised legal information and disclaimer into generated PDF documents'.
Updated documentation.
Fix MkDocs build failure issue.
Improvement: Compatibility with MkDocs >= 1.5 and Markdown 3.4.4. Fix for issue #20.
Changes:
cover_image
local option which allows you to add an image to the cover page of your PDF document.include_legal_terms
global option and thelegal_terms
local option that allows the user to insert customised legal information and disclaimer into generated PDF documents'.