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

MarkdownTOC(Table Of Contents) Plugin for Visual Studio Code.

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

## Issue The created TOC uses dash (-) as symbol for the generated unordered list items. If the document contains another symbol for the list items, like asterix (*), markdownlint...

## Issue Notice from VS Code - Markdown Lint (davidanson.vscode-markdownlint) MD007/ul-indent: Unordered list indentation [Expected: 2; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.11.0/doc/Rules.md#md007 ## Example ```md - [Generate SSH Key for SFTP Use](#generate-ssh-key-for-sftp-use) -...

docsify 会给锚点的链接使用"#_link" ,markdown会修改为正确的"#link" ,导致锚点无法访问 不知道这个 "_" 问题怎么解决,使用 vscode。

autoauto- [cw支持组件列表](#cw支持组件列表)auto - [1. 总体说明](#1-总体说明)auto - [2. 组件实现列表](#2-组件实现列表)auto - [定义和引用](#定义和引用)autoauto

In the spirit of _"be the change you want to see"_, I humbly propose this short solution that fixes issue #65. FWIW - I haven't tested this conclusively, but it...

I am using the magnificent TOC in markdown, but am experiencing this problem with it: the line you see in the screenshot is `Table of Contents (up to date)` or...

It would be nice to have some sort of way to ignore certain headers and omit them from the TOC. In my example below, the TOC is in the Contents...

enhancement
finished

Documentation says: > Insert anchor for header `` I'm not quite sure what this is supposed to do. If I add such a line in my document, it disappears automatically...

wiki

the generated TOC cannot be recognized after upgrading vs code to the latest version