Version 1.0.11
New
- Add new
skipNoIDs
parameter that will allow you to skip headers with no IDs- Warning: This snippet still expects a valid document header structure to render a correct TOC
- See _tests/skipHeadingsWithNoIDs.md for example usage
Fixes
- Don't render an empty anchor link to
#
if a heading does not have an ID; now it will render plain text instead- See _tests/noAnchorOnHeadingsWithNoIDs.md for example usage