Ever get tired of manually typing table of contents and putting anchor links one by one? Here is a small project that will help you automate that tedious task.
yarn global add markdown-toc-generator
or
npm install -g markdown-toc-generator
- File name (
--file=
) - Heading level (
--headingLevel=
)
While at your markdown file's directory, run the following commands:
markdown-toc-generator --file=Example.md
markdown-toc-generator --file=Example.md --headingLevel=6
Raising an issue or creating pull requests would be a good way to contribute.
Thanks to those who already contributed!