Releases: lepture/mistune
Releases · lepture/mistune
v3.3.2
v3.3.1
v3.3.0
🐞 Bug Fixes
- Resolve O(n^2) DoS in parse_link_text (CWE-400) - by bhanugoudm041 (b6b49)
- Resolve O(n^2) DoS in parse_link_text (CWE-400)-Type handling/testing done - by bhanugoudm041 (b3af8)
- block: Avoid quadratic ref link scans - by @lepture (2b04d)
- cli: Add entrypoint and utf-8 output - by @lepture (2f244)
- directives: Constrain include targets - by @lepture (1bef3)
- formatting: Avoid quadratic marker scans - by @lepture (96d0f)
- image: Validate figure width option - by @lepture (e3e51)
- inline: Avoid bracket parsing DoS - by @lepture (25f25)
- math: Reject currency patterns and cross-line matches in inline math - by @geopanther (566e1)
- math: Support display and backtick math - by @lepture (1141e)
- renderer: Render plugin list and table nodes - by @lepture (614b0)
- renderer: Block encoded unsafe URL schemes - by @lepture (c7101)
- toc: Avoid generated id collisions - by @lepture (c4093)
🏎 Performance
View changes on GitHub
v2.1.0
v3.2.1
🐞 Bug Fixes
- Resolve Windows compatibility issues in file inclusion and tests - by @Yuki9814 (25471)
- Escape html text - by @lepture (a3cb6)
- Update link reference - by @lepture (85eb5)
- Handle escaped dollar signs in inline math - by @saschabuehrle in #370 (7bd57)
- Escape id of toc - by @lepture (04880)
- Escape id of headings - by @lepture (28556)
- Remove double-encoding of image alt text - by @lawrence3699 (0d6f3)
- Escape xml for math plugin - by @lepture (5fa09)
- Use strict regex for image's height and width - by @lepture (8d0cb)
View changes on GitHub
v3.2.0
🚀 Features
- Support footnotes that start on the next line. - by @kylechui (2677e)
- Properly handle code blocks inside footnotes. - by @kylechui (0516c)
- Support python 3.14 - by @lepture (7e0eb)
🐞 Bug Fixes
- Render ref links and footnotes in footnotes. - by @lepture (bd90e)
- Render ref links in TOC. - by @lemon24 (a0a01)
- Update typing for mypy upgrades - by @lepture (8d49c)
- Render correct html for footnotes - by @lepture (9b622)