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

Ignore content inside of code blocks

Open ajorgensen opened this issue 10 years ago • 1 comments

Currently this will parse content inside code blocks which could screw up the numbering and add the entries to the table of contents. For example, if you try and generate the TOC for the README it will include the example markdown in the codeblock.

ajorgensen avatar Jun 02 '15 16:06 ajorgensen

I've had this issue as well, mostly because I use < ! - - - - > to comment out sections of markdown.

equant avatar Oct 09 '17 15:10 equant