blackfriday v1.5 Release Notes

Release Date: 2017-08-26 // over 6 years ago
    • Added HTML_SMARTYPANTS_QUOTES_NBSP, which allows having nonbreakable spaces
      inside ยซ French guillemets ยป (Issue #378)
    • Added EXTENSION_JOIN_LINES, which joins newline-separated lines into a
      single paragraph. Useful for Chinese text.
    • ๐Ÿ‘ Implemented support for CDATA section (Issue #165)
    • ๐Ÿ›  Fixed links with parentheses (Issue #116)
    • ๐Ÿ›  Fixed fenced code blocks inside lists (Issue #228)
    • ๐Ÿ›  Fixed regression, panic in reference links (Issues #172 and #173)
    • ๐Ÿ›  Fixed adjacent list merging (Issue #235)
    • ๐Ÿ›  Fixed definition lists that contain other lists (Issue #263)
    • ๐Ÿ›  Fixed fenced code pre-processing (Issue #279)
    • ๐Ÿ›  Fixed panic with recursive footnotes (Issue #241)

    ๐Ÿš€ Huge thanks to everyone who contributed to this release!
    Alex Yatskov (@FooSoft)
    Bjรธrn Erik Pedersen (@bep)
    Cameron Moore (@moorereason)
    Dmitri Shuralyov (@shurcooL)
    Haishan Zhou (@choueric)
    Kรฉvin Dunglas (@dunglas)
    Nat Welch (@icco)
    Shawn Smith (@shawnps)
    Tom Kwok (@tomkwok)