0

I like to stick to the default VIM foldind marks {{{ and }}}, but creating some inside markdown make the liquid tag processor from jekyll go crazy, is there a way around to use them?

If not, what's a best alternative?

oblitum
  • 11,380
  • 6
  • 54
  • 120

1 Answers1

1

You could try putting you foldmarker inside of comments:

<!--- {{{ -->
content
<!--- }}} -->
demure
  • 7,337
  • 3
  • 22
  • 17