masukomi / vim-markdown-folding

Fold markdown documents by section.
248 stars 43 forks source link

Fix bug that treat ^##abc as title. One or more spaces should be required #32

Closed thawk closed 5 years ago

thawk commented 5 years ago

To use # as tag mark, only lines started with one or more # and one or more whitespace is title.

# title
#tags#

content