Releases: vb64/markdown-pdf
Releases · vb64/markdown-pdf
Version 1.7
Version 1.6
- Project license changed from MIT to AGPL-3.0. Becouse underlaying PyMuPDF library released under AGPL.
Version 1.5
- Clickable hyperlinks.
Version 1.4
- Using PyMuPDF version 1.25.3 for all Python environments except Python 3.8.
Version 1.3.3
- Method
add_section
returns content of added section as html string. - Fixed segmentation fault with empty markdown heading (bump PyMuPDF up to 1.24.6).
Version 1.3.2
- Add support for pathlib.Path paths in type hints for save method.
Version 1.3.1
- Python type hints was added
Version 1.3
- Enable support for tables
Version 1.2
PyMuPDF updated from 1.23.3 to 1.24.2
Version 1.1
- Support for custom CSS