Is your feature request about something that is currently impossible or hard to do? Please describe the problem.
There is a somewhat hidden option g:mardown_folding, that is currently not documented.
Describe the solution you'd like
Please document that option.
Describe alternatives you've considered
None, really.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
There are more
g:markdown_fenced_languagesg:markdown_minlinesNot sure what is the approach to the documentation of the ftplugin/syntax files. This one is from Tim Pope.
—
I think something like this would be sufficient:
MARKDOWN *ft-markdown-plugin*
To enable folding use this: >
let g:markdown_folding = 1
<
—
Closed #7945.
fixed as of c8cdf0f