Closed
Description
- 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.
- with_toc_data: GitHub style anchors vmg/redcarpet#186 (comment) ("
with_toc_data
: GitHub style anchors ", Changelog entry) - TOC links / permalink generation vmg/redcarpet#391 (comment) ("TOC links / permalink generation")
- Duplicate anchor names vmg/redcarpet#307 (appending incrementing numeric values for duplicate headers)
- Ampersand (&) not rendered correctly in Table Of Contents vmg/redcarpet#529 (ampersand
&
not rendering correctly)
Metadata
Metadata
Assignees
Labels
No labels