Skip to content

Commit 42463c3

Browse files
authored
Version 1.13 (#99)
1 parent df3c3ec commit 42463c3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

history.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
18.02.2026 ver.1.13
2+
-------------------
3+
14
+ Section.page_count contains number of pdf pages that has been generated for section after add_section call.
25

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "markdown_pdf"
10-
version = "1.12"
10+
version = "1.13"
1111
description = "Markdown to pdf renderer"
1212
readme = { file = "README.md", content-type = "text/markdown" }
1313
requires-python = ">=3.8"

0 commit comments

Comments
 (0)