sublime-markdown-extended
sublime-markdown-extended copied to clipboard
Minimal syntax problems inside fenced code blocks makes the code block continue until the end of the file
trafficstars
This java fenced code block displays fine:

but, if I miss a semicolon in the Java, the rest of the Java syntax looks fine, but the fenced code block overflows till the end of the document.

@jonschlinkert Please have a look at my Markdeep syntax. There is a simple trick to allow to handle incorrect java (or any language) code inside your Markdown syntax.
This happens for other languages as well (I encountered it with Julia).