We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed1f42 commit bb6422dCopy full SHA for bb6422d
changelog
@@ -1,3 +1,11 @@
1
+Version 0.9, 2025-04-10
2
+=======================
3
+
4
+* Fixed handling of begin/end inside inline math.
5
+ - Thanks to Tianxiang Xia for the bug report.
6
+* Modernized packaging.
7
+* Python ≥ 3.9 and setuptools ≥ 77.0 are now required.
8
9
Version 0.8, 2020-11-03
10
=======================
11
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "python-markdown-math"
-version = "0.8"
+version = "0.9"
description = "Math extension for Python-Markdown"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [{ name = "Dmitry Shachnev", email = "[email protected]" }]
0 commit comments