alanwalk / markdown-toc

MarkdownTOC(Table Of Contents) Plugin for Visual Studio Code.
MIT License
141 stars 111 forks source link

Add option to specify --no-firsth1 (prevent h1 from being included) #62

Open ahmetb opened 5 years ago

ahmetb commented 5 years ago

Original markdown-toc allows --no-firsth1 so people can exclude the h1 header at the end of the document.

There should be only one h1 in most markdown files anyway.

mcornella commented 3 years ago

You can do that with depthFrom:1.