We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3c3ec commit 42463c3Copy full SHA for 42463c3
history.txt
@@ -1,3 +1,6 @@
1
+18.02.2026 ver.1.13
2
+-------------------
3
+
4
+ Section.page_count contains number of pdf pages that has been generated for section after add_section call.
5
6
+ The `sections` property of the `MarkdownPdf` class contains a list of added sections in the order in which they were added.
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "markdown_pdf"
10
-version = "1.12"
+version = "1.13"
11
description = "Markdown to pdf renderer"
12
readme = { file = "README.md", content-type = "text/markdown" }
13
requires-python = ">=3.8"
0 commit comments