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

![image](https://user-images.githubusercontent.com/19153458/48472936-4943f780-e832-11e8-8311-c8276ff70c36.png) 今天使用这个插件生成目录的时候发现 会出现 auto 这个字符串,而且是显示一行,之前都能生成正常的目录。想请教一下这是什么问题呢?而且我换了新的电脑安装也是有这个问题

markdown文件内容如下时: # diagram ## sequence ~~~ ​```sequence ``` ~~~ ## flow ~~~ ```flow ``` ~~~ ## flowchart xxx 生成的TOC为: ``` - [diagram](#diagram) - [sequence](#sequence) - [flowchart](#flowchart) ``` vscdoe devtools里报错: >...

Version 1.5.6 The following example will not show the Second section in the TOC until the closing triple back-ticks are put on their own line (e.g. add a newline after...

When creating technical documents it would be nice to have the section numbering be extended to list items. Example: ![test_md_ _dtn-mobile](https://user-images.githubusercontent.com/7800953/49884176-e37b6900-fdf9-11e8-986f-b494105f3ce2.png)

The generator will pick the `#` in something if u have like: ```bash '''bash ........ # I really meant just comment out the bash cli.... ........ ''' ``` To: ```bash...

Original markdown-toc allows --no-firsth1 so people can exclude the h1 header at the end of the document. There should be only one h1 in most markdown files anyway.

I set `"markdown-toc.updateOnSave": false` and restarted vscode. Let's say I have thic ToC generated: ``` - [Authentication](#authentication) - [Exposing credentials to the build](#exposing-credentials-to-the-build) - [SSH authentication (Git)](#ssh-authentication-git) - [Basic authentication...

I'm using markdownlint (VS Code plugin) to help me create clean MD documents. I'm using it as is, without any custom settings. When I create subsections, TOC includes nested list...

``` # h1 - [h1](#h1) - [Headline](#headline) - [Different Headline](#different-headline) - [Headline](#headline-1) ## Headline text ## Different Headline text ## Headline text ``` The second "Headline" link doesn't work in...

help wanted

Clicking on the option does nothing in VSC. This is a recent issue, possibly a new update broke your code? receives the error 'extension.updateMarkdownToc' failed