📣 borb release 2.1.1
This release is a feature release:
HTMLToPDFhas been updated to ensure even more HTML syntax is supportedHTMLToPDFallows you to specify atyping.List[Font]of fallback fonts- This allows you to use non-western characters in HTML and markdown
MarkdownToPDFnow usesHTMLToPDF(making it easier for me to maintain the code)- Added
BlockFlowandInlineFlowelements - Added
SingleColumnLayoutWithOverflowto enable certainLayoutElementimplementations to be split across multiplePageobjects. Currently only splitting ofTableis supported.