markdown-toc
markdown-toc copied to clipboard
MarkdownTOC(Table Of Contents) Plugin for Visual Studio Code.
Hello, I was trying to have subsections that are actually hyperlinks to other documents but the ToC generates my subsections with nested looking hyperlinks that are not working. Steps to...
When you append section numbers to the headers and then update the TOC, outputting the file with Pandoc doesn't properly link the headers with the section links. When the section...
I wanted to add an attribution to my TOC, so people knew that I used Markdown TOC to generate it. ``` - [Version 2.0.1](#version-201) - [Version 2.0.0](#version-200) - [Breaking changes](#breaking-changes)...
Fixes #50. See these for regex visualization: * [`\s*`](https://regexper.com/#%5Cs*%3C!--%5Cs*TOC%28%5Cs%28%5C.*%29%29%3F--%3E) * [`\s*`](https://regexper.com/#%5Cs*%3C!--%5Cs%5C%2FTOC%28%5Cs%28%5C.*%29%29%3F--%3E)
In some system, URL can't use utf8 character set. For example, it just support ASCII.
**I want to start section from specific number.** Because I use multiple markdown files but also want to use seriesed numbers between files. Please check this.
**Example header** ``` ## exists:_table_,_column_ ``` **TOC output** ``` - [exists:_table_,_column_](#exists_table__column_) ``` **Link generated by Gitlab** ``` existstablecolumn ```
Currently the generated TOC looks like this: 1. First level heading 1. Subheading1 2. Subheading2 It would be better if it looked like this: 1. First level heading 1. Subheading1...
It is sometimes useful to link internally from one section to another. When a new section is added, the plugin will properly update the table of contents and the section...