Releases: vb64/markdown-pdf
Releases · vb64/markdown-pdf
Version 1.13.1
Version 1.13
-
Section.page_count contains number of pdf pages that has been generated for section after add_section call.
-
The
sectionsproperty of theMarkdownPdfclass contains a list of added sections in the order in which they were added.
Version 1.12
-
Plugin for mermaid code.
-
Defaults for plantuml plugin.
-
Documentation for plugins.
Version 1.11
- Plugin for plantuml code.
Version 1.10
- Custom paper sizes.
Version 1.9
- Supported more recent versions of pymupdf up to 1.26.4.
Version 1.8
- Allow to save result to file-like object.
Version 1.7
- Added
optimizeoption for MarkdownPdf class, that generate compressed pdf-file. - Added file py.typed.
- Package completely managed by pyproject.toml.
Version 1.6
- Project license changed from MIT to AGPL-3.0. Becouse underlaying PyMuPDF library released under AGPL.
Version 1.5
- Clickable hyperlinks.