vim-markdown-toc
vim-markdown-toc copied to clipboard
An easy way to generate a table of contents for your markdown file
Thanks for making this plugin! I prefer it over some of the others I have tried for the same purpose. Would you mind adding the options suggested here to allow...
There is a problem on TOC links href when using special characters such as accented letters on sections titles. Steps to reproduce: 1. Create a section that uses special characters,...
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 works flawlessly, but the rendered TOC is not cross-linked. It would be nice adding a function that mofies: # Myheader into : # Myheader for the TOC to...