markdown-toc
markdown-toc copied to clipboard
Add option to specify --no-firsth1 (prevent h1 from being included)
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.
You can do that with depthFrom:1.