v2.1.1
jorisschellekens
released this
11 Sep 10:07
·
26 commits
to master
since this release
📣 borb release 2.1.1
This release is a feature release:
HTMLToPDF
has been updated to ensure even more HTML syntax is supportedHTMLToPDF
allows you to specify atyping.List[Font]
of fallback fonts- This allows you to use non-western characters in HTML and markdown
MarkdownToPDF
now usesHTMLToPDF
(making it easier for me to maintain the code)- Added
BlockFlow
andInlineFlow
elements - Added
SingleColumnLayoutWithOverflow
to enable certainLayoutElement
implementations to be split across multiplePage
objects. Currently only splitting ofTable
is supported.