BUG
This seams to only happen when in a heading level higher than the fold level in my case 2, The only other markdown plugin I have is plasticboy/vim-markdown which is responsible for the folding.
This issue does not exist for :PrettierCli. Therefor I am unsure if this is a vim-prettier or a vim-markdown issue.
Expected behavior
should result in
but produces
PrettierVersion: 1.0.0-beta
PrettierCliVersion: 2.0.4
NVIM: 0.5.0-dev+1233-g82ac44d01
BUG
This seams to only happen when in a
heading levelhigher than the fold level in my case2, The only other markdown plugin I have is plasticboy/vim-markdown which is responsible for the folding.This issue does not exist for
:PrettierCli. Therefor I am unsure if this is a vim-prettier or a vim-markdown issue.Expected behavior
### test Some Textshould result in
### test Some Textbut produces
### testPrettierVersion: 1.0.0-beta
PrettierCliVersion: 2.0.4
NVIM: 0.5.0-dev+1233-g82ac44d01