tpope / vim-markdown

Vim Markdown runtime files
1.22k stars 191 forks source link

Folding is undocumented #170

Closed fancsali closed 3 years ago

fancsali commented 3 years ago

As the title suggests; I found out there's folding by browsing the code. It would be nice, if the documentation would also mention it.

tpope commented 3 years ago

Documentation is now upstream: https://github.com/vim/vim/blob/f4fcedc59d4cc5ae6b5270a933e8377030283c1c/runtime/doc/filetype.txt#L632-L635

anthony-geoghegan commented 3 years ago

I only just realised that folding is provided by this plugin and after a few experiments, I was about to suggest a pull request to add the same documentation to this project’s README. Then I remembered that https://github.com/tpope/vim-markdown/pull/135 includes various improvements for the README – and this is one of them.