You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a syntax directive for including a Table of Contents (TOC) in markdown documents
redcarpet now supports a with_toc_data (--render-with-toc-data) option for automatically generating a Table of Contents <ul> from markdown setext (=,_ underline) and ATX (# prefix) headings.
redcarpet now supports a
with_toc_data(--render-with-toc-data) option for automatically generating a Table of Contents<ul>from markdown setext (=,_underline) and ATX (#prefix) headings.with_toc_data: GitHub style anchors ", Changelog entry)¬ rendering correctly)