Closed bdgong closed 6 years ago
Yes the right way to execute test case is :source test.vim
.
I'll review your PR later.
OK, thanks for your PR.
I'll update the test.vim
file. There is a issue in Marked.md
file, toc link for header 2.4
is not right.
I read part of the source code of markdown-preview and marked.js, then I modified the regex for Marked style ToC.
And , I try to write test cases to test.vim, but there is always errors(I guess the way to execute is
:source test.vim
, if it's not please tell me ^_^). At last, I write another sample fileMarked.md
instead.