masukomi / vim-markdown-folding

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

GitHub style code blocks break folding #6

Closed neerolyte closed 10 years ago

neerolyte commented 11 years ago

I mostly use markdown with a lot of the GitHub style code blocks: https://help.github.com/articles/github-flavored-markdown#syntax-highlighting

E.g.:

code here

but these appear to break the way this plugin folds the headings.

Here's some screen shot examples...

The file contents that breaks folding: contents

How the plugin does the folding: actual

What I'd expect: expected

nelstrom commented 10 years ago

I can't reproduce this issue. Are you sure that you're using the latest version of this plugin? Commit 6caad6 should have fixed this problem.

I'm closing this for now, but I'll reopen it if you can help me to reproduce this issue.