| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mistletoe-1.6.0-py3-none-any.whl | 2026-07-11 | 55.9 kB | |
| README.md | 2026-07-11 | 960 Bytes | |
| v1.6.0 source code.tar.gz | 2026-07-11 | 119.6 kB | |
| v1.6.0 source code.zip | 2026-07-11 | 151.8 kB | |
| Totals: 4 Items | 328.3 kB | 10 | |
Fixed
- Incorrect escaping of
$and other reserved chars in links (#248). - Fix
<http://example.com/@user/1234>being rendered as<a href="mailto:...">...</a>(#260). HtmlRenderer: Escape characters in image src.MarkdownRenderer: Fix type annotations (#265, [#267]).JiraRenderer: Escape pipes in table cells (#270).MarkdownRenderer: Escape pipes in table cells (#274).MarkdownRenderer: Preserve line break before/after HTML span during word-wrap (#275).- Avoid crash on overlapping emphasis delimiters (#271). 🎉
GithubWiki: Reduce backtracking in wiki links (#276).- Guard
remove_token()against duplicate removal (#281). HtmlRenderer: Escape mailto autolink hrefs (#283).
Changed
- Bump supported Python versions (#272)
Full Changelog: https://github.com/miyuchina/mistletoe/compare/v1.5.1...v1.6.0
Special thanks to @nijel as the most active contributor in this release!