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 18c21d7 commit 36de47cCopy full SHA for 36de47c
2 files changed
docs/changes.rst
@@ -3,6 +3,14 @@ Changelog
3
4
Here is the full history of mistune v3.
5
6
+Version 3.3.1
7
+-------------
8
+
9
+**Released on Jun 22, 2026**
10
11
+* Fix ``abbr`` plugin compatibility with escaped inline text.
12
+* Normalize included Markdown line endings before parsing directives.
13
14
Version 3.3.0
15
-------------
16
src/mistune/__init__.py
@@ -97,5 +97,5 @@ def markdown(
97
"markdown",
98
]
99
100
-__version__ = "3.3.0"
+__version__ = "3.3.1"
101
__homepage__ = "https://mistune.lepture.com/"
0 commit comments