markdown-toc icon indicating copy to clipboard operation
markdown-toc copied to clipboard

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

Open ahmetb opened this issue 7 years ago • 1 comments

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.

ahmetb avatar Oct 12 '18 20:10 ahmetb

You can do that with depthFrom:1.

mcornella avatar Sep 23 '20 21:09 mcornella