markdown-toc icon indicating copy to clipboard operation
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,...

Results 91 markdown-toc issues
Sort by recently updated
recently updated
newest added

Hi there! I was a littler surprised to find an entire programming language in my dependency tree when I wanted some markdown parsing 🍡 ![Screen Shot 2019-11-30 at 7 01...

I would expect `markdown-toc` to only modify what's inside the `` block. And from the README: > Won't mangle front-matter, or mistake front-matter properties for headings like other TOC generators...

bug

Hi I need a specific slugify function to avoid accentuated and some specials characters. For the moment, I've directly have updated the _utils.js_ source code. It works but it's "not...

This is useful in CI to check whether TOC was updated or not when changing the headings in a markdown file.

markdown-toc is generating : ``` * [Considération](#consideration) ``` 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...

`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)...