markdown-toc
markdown-toc copied to clipboard
API and CLI for generating a markdown TOC (table of contents) for a README or any markdown files. Uses Remarkable to parse markdown. Used by NASA/openmct, Prisma, Joi, Mocha, Sass, Prettier, Orbit DB,...
Hi there! I was a littler surprised to find an entire programming language in my dependency tree when I wanted some markdown parsing 🍡  ``` instead of ``` * [Considération](#considération) ``` for this markdown: ``` ## Considération ```
`# ⭐️ My Fancy 💅 Heading` is assigned an anchor id of `-my-fancy--heading` but `markdown-toc` generates an id containing character escapes instead.
Hi, thank you for the cool tool! Especially handy with the online convertor ( https://ecotrust-canada.github.io/markdown-toc/ ) My issue: In jupyter notebook a line like the following does not link correctly...
I feel this feature can save me time from enter command multiple times to update table of content while I am adjusting a markdown file. I am doing some literate...
Thanks for this useful tool!
`markdown-toc --no-firsth1 README.md` here is file to test: https://github.com/matterinc/web3swift/blob/develop/README.md `--no-firsth1` puts '**undefined**' in front and end "**%**" of TOC output #131 ### Expected result: [web3swift](#web3swift) * [Features:](#features) - [Design decisions](#design-decisions)...