Releases: mzlogin/vim-markdown-toc
Releases · mzlogin/vim-markdown-toc
v1.5.0
- Compatibility improvments
- Complete documentation
v1.4.0
- Make the TOC fence text be configurable
- Support assign markdown style in modeline
v1.3.0
- Add support for GitLab
- Add option
list_indent_text
- Add support for Cyrillic in headings
v1.2.2
- Add option to cycle list item markers
- Add command to remove toc
v1.2.1
- Compatible with old regexp engine
v1.2
- Allow no leading space in heading
- Support heading with trailing hashes
- Support link headings and image headings
- Respect &expandtab when indenting the TOC links
- Compatible with Setext Style headings
v1.0
- Add
:UpdateToc
command to update existing toc.
- Add feature of auto update existing toc on save.
v0.1
- Generate toc for GFM and Redcarpet Markdown files.