markdown-toc
markdown-toc copied to clipboard
Generate and update magically a table of contents based on the headlines of a parsed markdown file.
I'm writing some markdown documents on Russian language, markdown-toc doesn't understood how to work with that (replacing russian characters with `-`), but GitHub and browsers correctly understand non-latin characters. ####...
Thus resulting in a toc with non-working links.
Hi, First off, this package is great, thanks! 👍 I ran in to the issue of headings inside code blocks, which was fixed in https://github.com/nok/markdown-toc/pull/61 🎉 , but doesn't seem...
Hy, I would really like to see a feature that adds a back to the top link next to every header so that its easy to jump back to the...
This solves #90 and #92. Should have created separate PRs. Sorry.
If I use spaces (4 or 2) for indentation in my `.md` document, I would expect TOC to use same style. Instead I get tabs. I don't personally hate tabs*,...
I have installed both markdown-toc and [linter-markdown](https://atom.io/packages/linter-markdown) and I produce a toc automatically with the default settings. I get an error for every bullet of the list: `remark-lint:list-item-indent Incorrect list-item...
I would like to have an option in the menu which once checked automatically update the TOC when I update a `.md` file. This way I don't have to click...
This fixes the issue where markdown-toc only worked with one file. _Caution:_ The functionality to update the TOC automatically every time a markdown file gets saved has been removed. Please...