Redcarpet v3.4.0 Release Notes

Release Date: 2016-12-25 // over 7 years ago
  • Redcarpet v3.4.0

    ๐Ÿš€ This new release ships with a bunch of bug fixes especially regarding anchor generation.

    ๐Ÿ‘Œ Improvements to anchor generation

    The anchor generation now relies on a djb2 hashing algorithm whenever the generated anchor is empty as non alpha-numeric chars. This is specifically interesting for CJK contents as Redcarpet used to generate empty anchors dealing with titles in these locales.

    Special thanks to Alexey Kopytko and namusyaka for their work on that !

    ๐Ÿšš Also now, the html-escaped entities are removed from anchors generated with the HTML render in order to be consistent with the HTML_TOC render and as it is more expected.

    Other improvements

    • Table headers don't require a minimum of three dashes anymore; a single one can be used for each row.
    • The Markdown and rendering options are now exposed through a Hash inside the @options instance variable inside your custom render objects.

    ๐Ÿ› Bug fixes

    • ๐Ÿ“œ Multiple single quote pairs are parsed correctly with SmartyPants.
    • โœ‚ Remove periods at the end of URLs when autolinking to make sure
      that links at the end of a sentence get properly generated.
    • Avoid escaping ampersands in href links.

    Checkout the CHANGELOG for further information and changes.