We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe3ca7 commit 2645735Copy full SHA for 2645735
2 files changed
history.txt
@@ -1,3 +1,6 @@
1
+17.04.2025 ver.1.7
2
+------------------
3
+
4
+ Added `optimize` option for MarkdownPdf class, that generate compressed pdf-file.
5
6
+ Added file py.typed.
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "markdown_pdf"
10
-version = "1.6"
+version = "1.7"
11
description = "Markdown to pdf renderer"
12
readme = { file = "README.md", content-type = "text/markdown" }
13
requires-python = ">=3.8"
0 commit comments