preservim / vim-markdown

Markdown Vim Mode
4.69k stars 524 forks source link

Added lists support and test #529

Closed joshuachp closed 3 years ago

joshuachp commented 4 years ago

Added support for numbered lists and check boxes

joshuachp commented 4 years ago

Should I also modify the regex for is lists at markdown.vim line 27?

meonkeys commented 1 year ago

Why was this not merged?

joshuachp commented 1 year ago

I just closed the MR after 1y since I started using a different plugin. No other reason

meonkeys commented 1 year ago

Ah cool. Which one? No worries if it isn't public, I'm just curious.

joshuachp commented 1 year ago

Unfortunately now nvim has moved to tree-sitter syntax, so I removed the two plugins.

If I remember correctly, at the time it was: https://github.com/tpope/vim-markdown and also this https://github.com/vim-pandoc/vim-pandoc-syntax. I got the idea for this MR from the Pandoc one.