Using ``` words ``` on a single line cause syntax highlighting to end of file
If you do ``` test ``` I would expect highlighting similar to below:
this is a test, it should only highlight a single word.
this is more text.
and more text.
But instead I get highlighting similar to this:
this is a test, it should only highlight a single word.
this is more text.
and more text.
Basically the code highlighting runs on until the end of the document.
Use ` instead of ``` for in-line codes.
I personally do, but ```foo``` appears to be valid markdown (well at-least github will parse it anyway).
I can understand how you feel. But markdown is a very loose format and there are many different implementations, so far vim-markdown is strictly divided between ``` and `.
Maybe you could try to implement it? It looks like @plasticboy hasn't taken care of this repository in two years.