vim-markdown-toc
vim-markdown-toc copied to clipboard
A vim 7.4+ plugin to generate table of contents for Markdown files.
The default comment style is: ``, but this causes an error when working with MDX which make comments `/* */`. Would it be possible to add a variable to change...
由于你的插件自动集成了vim对markdown的支持,我安装后由于插件冲突找了一上午原因,原谅我在这吐槽,你应该在github和文章开头介绍以下,需要注释或者删除 ``` "Plugin 'godlygeek/tabular'" Plugin 'plasticboy/vim-markdown' ``` 这两个插件,被弄的好蛋疼
Last PR over 18 months ago. Last closed issue over a year ago. No responses to any Issues. vim-markdown-toc is not working at all for me (installled, but vim will...
I wanted to indent table item with 2 spaces instead of 4 and found an option on script that does that and is missing in the documentation. Change `let g:vmt_list_indent_text...
I’m not sure what is going on or the exact repro. The symptom is sometimes the prettier gaurds that were around my toc marks move. A “phychic debugging” is the...
toc跳转问题
可以不用打开Toc(:Toc)直接在markdown文件里面的Toc(:GenTocGFM)跳转到标题处吗? 比如说有一个链接是`[title](#header-two)`,比如直接从这上面按回车就能跳转过去。
Does anyone use Vimwiki with VMT? I just upgraded my instance of Vimwiki to 2.5 and now, any generated TOC link caused the following error when jumping to the item...
Currently, when the Table of Contents is created the links are built in the table of contents but no anchor is created on the titles. This pull requests contains an...
First of all, thank you for the work invested on this plugin, and for sharing it with us! **The issue** Quickly navigate to a markdown TOC item corresponding section using...
According to [GitHub Flavored Markdown Spec 5.1](https://github.github.com/gfm/#block-quotes), a quote block can end in a blank line, as illustrated below: ``` > # Foo > bar baz ``` this is [Example...