Unclaimed project
Are you a maintainer of redcarpet? Claim this project to take control of your public changelog and roadmap.
This new release ships with a bunch of bug fixes especially regarding 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.
Hash inside the @options instance variable inside your custom render objects.Checkout the CHANGELOG for further information and changes.