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

without blank line, markdown content will lost highlight style

VS Code version | OS | Extension version ------------------ | ---- | ---- 1.14.0 and 1.15.0 -insider | Win 10 x64 pro (french) 14393 | 0.8.1 ## Steps to reproduce...

help wanted

A document like this one: ``` header ===== section ------- lorepipsum ``` will generate an empty TOC. Thanks!

duplicate
enhancement

VS Code version | OS | Extension version ------------------ | ---- | ---- 1.14.0 | Win 10 x64 pro (french) 14393 | 0.8.1 ## Steps to reproduce Use extension to...

bug
finished

On some platforms/interpreters the HTML comments are not ignored but displayed in the output. Would it be possible to replace them with pseudo-link comments like `[//]: #(TOC)`? See https://stackoverflow.com/questions/4823468/comments-in-markdown https://stackoverflow.com/questions/39670270/comments-in-tfs-markdown-widgets

enhancement

Just look at `First` header: ```markdown Title ===== - [Second](#second) First ----- ### Second ``` ```markdown Title ===== - [First](#first) - [Second](#second) ## First ### Second ``` After TOC update...

enhancement