I've been converting some docs to MD that have TOC content before the TOC itself. e.g. ## Preface. Currently, only generates TOC content for elements found after the <!-- START -->. It would be nice if the was a doctoc flag would override this behavior and parse the entire document.
Naturally, this might require adding additional features to exclude referencing the TOC itself, like IGNORE flags.:
<!-- TOC-IGNORE-START -->
<!-- TOC-IGNORE-END -->
I've been converting some docs to MD that have TOC content before the TOC itself. e.g.
## Preface. Currently, only generates TOC content for elements found after the<!-- START -->. It would be nice if the was a doctoc flag would override this behavior and parse the entire document.Naturally, this might require adding additional features to exclude referencing the TOC itself, like IGNORE flags.:
<!-- TOC-IGNORE-START --><!-- TOC-IGNORE-END -->