vim-markdown
vim-markdown copied to clipboard
HeaderIncrease breaks YAML frontmatter which is treated as a header
---
a: b
---
Then HeaderIncrease
.
HeaderIncrease
thinks that the frontmatter is a header and breaks things.
Once again, the real solution is: https://github.com/plasticboy/vim-markdown/issues/106
This is still a problem for me. Are there any workarounds?