markdown-toc
markdown-toc copied to clipboard
Skip first H1 headline is broken
Generate TOC with the option firsth1:false outputs undefined. Btw, I would also suggest to use a more meaningful name like skipFirstHeadline
Can you show me where that is documented? The option is firsth1 I believe. documented here
You can also use options.filter to exclude headings.
Yes. I did use firsth1 exactly as documented. The first Headline isn't displayed but undefined. From a quick look at the source it seems this option wasn't updated with code changes.
ah, ok thanks so much for double-checking. looks like a bug