Closed ashwin-pc closed 4 years ago
Adds a feature to ignore a Header line if the preceding line has the tag <!-- TOC ignore:true -->.
<!-- TOC ignore:true -->
E.g.:
<!-- TOC ignore:true --> # Header to be ignored # Header that should not be ingored
This will result in:
<!-- TOC --> - [Header that should not be ingored](#header-that-should-not-be-ingored) <!-- /TOC -->
Adds a feature to ignore a Header line if the preceding line has the tag
<!-- TOC ignore:true -->
.E.g.:
This will result in: