markdown-toc
markdown-toc copied to clipboard
Auto MarkdownTOC (Table Of Contents) plugin for Visual Studio Code.
Hi, I believe there is a bug as following example: 1. When I'm using `##` header is ignored: ``` ## Table of c - [Microsoft - Data engineering with Azure...
When I click on "Auto Markdown Sections: Insert/Update", nothing happens and I don't have numbered sections. Adding the TOC that way worked so there is something wrong about the numbering....
Can we have a configurable default ToC header? For example, if we configure "Table Of Content": ```md Table Of Content - [Build](#build) - [Usage](#usage) - [Host Directories and Volume Mapping](#host-directories-and-volume-mapping)...
Cannot add ToC in the following file: https://github.com/J-Siu/blogdown-sk3-test/blob/master/README.md If I use ^M+t, VSCode show: Illegal value for `line`.
I insert the TOC, but I do not want all of the items, I just want keep some of them, so I delete some items, but after a moment, the...
As you can see my indent setting set to 2 spaces  But the inserted table of content wants to put 3 spaces  It seems that the default indent...
The "Test Subtitle 2" will not be auto numbered , if there is no line two codes: # Test Title ## Test Subtitle 1 ``` code 1 ``` ``` code...
From my review: https://marketplace.visualstudio.com/items?itemName=huntertran.auto-markdown-toc&ssr=false#review-details ---- Brilliant tool!--if only it worked. I'd like my ToC like this, but the tool keeps deleting a ton of stuff all around the ToC! :(...
I thought the EOL issue was fixed (where it inserted `autoauto` at the start and `auto` after every level) but I'm still seeing it using version 3.0.12? When using **Auto...
If I have a setup like this: ```md ## Table of Contents - [Resources](#resources) - [Develop](#develop) - [Run Locally](#run-locally) - [Add Command](#add-command) - [Add Client Event](#add-client-event) - [Deploy](#deploy) - [Deploy...