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

Automatically generate and add an accurate table of contents to markdown files.

Results 8 md-toc issues
Sort by recently updated
recently updated
newest added

The pre-commit hook sometimes crashes when run from the Windows file system within Windows Subsystem for Linux (WSL): ``` Update markdown table-of-contents.............................................Failed - hook id: md-toc - exit code: 1...

bug

Slightly over a year ago, GitHub [added TOC as a first-class feature](https://github.blog/changelog/2021-04-13-table-of-contents-support-in-markdown-files/), so it may be worth explicitly clarifying md-toc's value proposition in its README. Some examples that come to...

enhancement

Check if md-toc is affected by the new changes: https://github.com/vmg/redcarpet/releases/tag/v3.5.1

updates

Here I've used `` and `_` styling: https://github.com/flyte/pi-mqtt-gpio/blob/d49d599c6f2f04ba0c6c31c214fd0f49746cc170/config-doc.md Here I've only used the `_` styling: https://github.com/flyte/pi-mqtt-gpio/blob/e9be6b2056a2bedca8189729abd15e7ed645b839/config-doc.md And here I've removed the `_` styling and it works: https://github.com/flyte/pi-mqtt-gpio/blob/c9227fc9bc3abc2e87cb02a034acaa7b972fd60f/config-doc.md

bug
help wanted

Hi! Thanks for making this package! I just tried to use it but unfortunately ran into a bug when a line contains a ``#`` symbol in a code block. Here's...

help wanted
missing implementation

A common use case seems like it would be skipping to the first TOC marker. It would be nice if instead of having the end user have to increment the...

feature

### Discussed in https://github.com/frnmst/md-toc/discussions/43 Originally posted by **frnmst** April 10, 2024 Note: ⚠️ starting from version 9.x all the functions are only accessible via the full module path. ⚠️ ⚠️...

I'm unable to find anything related to that in the documentation. Is it possible to ignore certain headers? And thanks for this nice tool

question