vim-pandoc-syntax
vim-pandoc-syntax copied to clipboard
Numbered list point with link and underscore causes issue with syntax highlighting
For example, if I have the following line in a Markdown file
3. *Optional* Install [ZeroMQ](http://zeromq.org/build:_start) if you
Everything after the _ in the link is formatted incorrectly.

This only occurs when using vim-pandoc and vim-pandoc-syntax together.
This might be similar to #243. Underscores seem to be treated as markup too many places in general where they are not meaningful to Markdown.