blackfriday v1.6.0 Release Notes

Release Date: 2020-11-26 // over 3 years ago
  • ๐Ÿš€ 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)