vim-pandoc-syntax icon indicating copy to clipboard operation
vim-pandoc-syntax copied to clipboard

Numbered list point with link and underscore causes issue with syntax highlighting

Open kdheepak opened this issue 6 years ago • 2 comments

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.

screen shot 2019-01-23 at 8 55 41 am

kdheepak avatar Jan 23 '19 15:01 kdheepak

This only occurs when using vim-pandoc and vim-pandoc-syntax together.

kdheepak avatar Jan 23 '19 15:01 kdheepak

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.

alerque avatar May 06 '19 08:05 alerque