Skip to content

Releases: vb64/markdown-pdf

Version 1.13.1

18 Feb 12:07
9d1d351

Choose a tag to compare

  • Fix dependency requests.

Version 1.13

18 Feb 11:01
42463c3

Choose a tag to compare

  • Section.page_count contains number of pdf pages that has been generated for section after add_section call.

  • The sections property of the MarkdownPdf class contains a list of added sections in the order in which they were added.

Version 1.12

12 Feb 12:11
8eac9d2

Choose a tag to compare

  • Plugin for mermaid code.

  • Defaults for plantuml plugin.

  • Documentation for plugins.

Version 1.11

02 Feb 05:15
39787d1

Choose a tag to compare

  • Plugin for plantuml code.

Version 1.10

24 Sep 19:08
9b1ee66

Choose a tag to compare

  • Custom paper sizes.

Version 1.9

03 Sep 08:16
514e37f

Choose a tag to compare

  • Supported more recent versions of pymupdf up to 1.26.4.

Version 1.8

31 Aug 14:23
35539b4

Choose a tag to compare

  • Allow to save result to file-like object.

Version 1.7

17 Apr 16:22
2645735

Choose a tag to compare

  • Added optimize option for MarkdownPdf class, that generate compressed pdf-file.
  • Added file py.typed.
  • Package completely managed by pyproject.toml.

Version 1.6

03 Apr 16:05
566312f

Choose a tag to compare

  • Project license changed from MIT to AGPL-3.0. Becouse underlaying PyMuPDF library released under AGPL.

Version 1.5

18 Mar 05:30
5a57599

Choose a tag to compare

  • Clickable hyperlinks.