vimwiki/syntax
Tinmarino 69ead3bf3c Fix: VimwikiTOC is broken against headers with link (Issue #182)
Problem: VimwikiTOC and follow_link do not support header (anchor) with
link in their body

Solution:
- VimwikiTOC (easy): Create function base.vim s:clean_header_text that
converts [DESC](URL) -> DESC
- follow_link (hard):
-- [[URL]]: was already working due to punctuation removal.
-- [DESC](URL): Search for a potential `]([^)]*)` after every character
2020-08-05 22:26:05 -04:00
..
vimwiki_default.vim Prettify Syntax: Reduce var name && Move from vars.vim to syntax.vim 2020-08-03 22:21:02 -04:00
vimwiki_html.vim Refactor: Syntax as region (code, eq, sub, sup, strike) => Fix (Issue #709) 2020-08-03 18:45:46 -04:00
vimwiki_markdown_custom.vim Bugfix: file extension for markdown is syntax wide (#895) 2020-06-02 01:33:06 +02:00
vimwiki_markdown.vim Feature: Markdown: Support SetExt Heading (Issue #209) 2020-08-04 01:17:34 -04:00
vimwiki_media.vim Prettify Syntax: Reduce var name && Move from vars.vim to syntax.vim 2020-08-03 22:21:02 -04:00
vimwiki.vim Fix: VimwikiTOC is broken against headers with link (Issue #182) 2020-08-05 22:26:05 -04:00