Releases: lepture/mistune
Releases · lepture/mistune
v3.0.2
v3.0.1
🚀 Features
🐞 Bug Fixes
- Include more files in sdist explicitly - by @mgorny in #350 (d65a0)
- Renderer="ast" same as render=None - by @matthewdeanmartin in #351 (fc19c)
View changes on GitHub
v3.0.0
🚀 Features
🐞 Bug Fixes
- Ensure new line at end of the text - by @lepture
- Do not strip leading unicode spaces like emsp (full-width space) - by @alphatownsman
View changes on GitHub
v3.0.0rc5
Version 2.0.5
Improve on parsing list. Make it possible to customize list regex. ref #331
Version 2.0.4
- Fix
url
plugin in<a>
tag - Fix
*
formatting
Version 2.0.3
- Fix table plugin
- Security fix for CVE-2022-34749
Version 2.0.2
Fix escape_url
via #295
Version 2.0.1
Fix XSS for image link syntax.
Version 2.0.0
First release of Mistune v2.