Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-10-27 | 598 Bytes | |
v1.6.0 source code.tar.gz | 2020-10-27 | 75.8 kB | |
v1.6.0 source code.zip | 2020-10-27 | 104.3 kB | |
Totals: 3 Items | 180.8 kB | 0 |
A minor release, delivering minor fixes since the last release, and resolving ambiguity in the README about the import path for blackfriday v2:
- Committed to
github.com/russross/blackfriday/v2
as the canonical import path for blackfriday v2. (Issue [#587]) - Added
HTML_NOOPENER_LINKS
HTML renderer option. (Issue [#459], PR [#570]) - Fixed parsing of fenced code blocks inside lists. (Issues [#495] and [#485], PR [#521])
- Fixed an issue where \<details> tag was wrapped in \<p> tag. (Issue [#525], PR [#559])
- Fixed parsing of links that end with a double backslashes. (PR [#512])