Modify regex pattern for markdown links.

Fixes #240. Also fixes a related issue where markdown links where not
correctly highlighted in todo lists. Adds concealment for markdown links
in todo lists.
This commit is contained in:
Rane Brown
2019-05-08 20:55:56 -06:00
parent 0d8fbebcb8
commit cde4703354
3 changed files with 8 additions and 6 deletions

View File

@ -3487,6 +3487,8 @@ Removed:~
point.
Fixed:~
* Issue #240: Fix regex pattern for markdown '[]()' links
* Issue #685: Error message for invalid user options fixed.
* Issue #481: Allow surrounding URLs with '<' '>'
* Issue #237: VimwikiRenameLink now works for Markdown syntax
* Issue #612: GVim menu displayed duplicate names.