File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ Unreleased
99* Escape literal ``* ``/``_ `` emphasis markers in the Markdown renderer so
1010 round-tripping escaped text does not re-introduce emphasis.
1111
12+ Version 3.3.3
13+ -------------
14+
15+ **Released on Jul 9, 2026 **
16+
17+ * Limit deeply nested emphasis and image parsing to avoid ``RecursionError ``.
18+ * Fix repeated link suffix and unclosed formatting marker performance issues.
19+ * Fix unclosed inline spoiler performance issues.
20+ * Avoid recursive parsing for adjacent ruby tokens.
21+ * Speed up footnote reference indexing.
22+
1223Version 3.3.2
1324-------------
1425
Original file line number Diff line number Diff line change @@ -97,5 +97,5 @@ def markdown(
9797 "markdown" ,
9898]
9999
100- __version__ = "3.3.2 "
100+ __version__ = "3.3.3 "
101101__homepage__ = "https://mistune.lepture.com/"
You can’t perform that action at this time.
0 commit comments