tpope / vim-markdown

Vim Markdown runtime files
1.22k stars 191 forks source link

Three asterisks without spaces between them make text italic #194

Closed john-cj closed 2 years ago

john-cj commented 2 years ago

Works fine:

This text is OK. Now we are going to add a horizontal rule.

---

This text is OK.

image

Bug:

This text is OK. Now we are going to add a horizontal rule with asterisks

***

This text is now italic.
Also, it seems the 3rd asterisk is italic as well.
And asterisks are not red.

image

Vim 9.0. Color scheme: Slate

tpope commented 2 years ago

Also fixed. Please test against the latest before filing bug reports.