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

A vim 7.4+ plugin to generate table of contents for Markdown files.

Results 26 vim-markdown-toc issues
Sort by recently updated
recently updated
newest added

To accept multi-line blockquotes ending with a blank line (cf #64 ).

## First off Thanks for this great plugin. I know GFMs way of handling ordered lists is pretty weird, but it still would be nice if this plugin could handle...

Looks like if TOC is inside folded block then whole block is deleted while auto-updating TOC on save and TOC is added few lines below deleted block. For example (require...

bug

It would be cool if there was an option to set to define the minimum and maximum levels in the table of contents.

Currently it looks like the plugin ignores all headings above the point where you insert it. This leads to the case that when it is inserted under a # heading...

``` 1. [Introduction](#introduction) 2. [Installation](#installation) 2.1. [Requirements](#requirements) 2.2. [Installing syntastic with Pathogen](#installpathogen) 3. [Recommended settings](#settings) 4. [FAQ](#faq) ``` will generate: 1. [Introduction](#introduction) 2. [Installation](#installation) 2.1. [Requirements](#requirements) 2.2. [Installing syntastic with...

It would be cool if TOC modification done automatically done on save won't be added to undo history, so `:w` and `u` will undo last change user has done before...