tpope / vim-markdown

Vim Markdown runtime files
1.22k stars 191 forks source link

make italic and bold behave more like other editors #208

Closed StaticNoiseLog closed 1 year ago

StaticNoiseLog commented 1 year ago

An attempt to make italic and bold behave more like other editors. In particular:

See discussion here: https://vi.stackexchange.com/questions/11116/how-to-make-a-syntax-region-stop-on-empty-lines

In addition, the line hi def link markdownCode Delimiter causes in-line code that is framed by backticks to be colored the same as code indented with four spaces.

I have not tried to change markdownBoldItalic and markdownStrike.

StaticNoiseLog commented 1 year ago

Apologies, this does not work well enough. Withdrawn.