vim-markdown-toc
vim-markdown-toc copied to clipboard
Ignore content inside of code blocks
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.
I've had this issue as well, mostly because I use < ! - - - - > to comment out sections of markdown.