sublime-markdown-extended icon indicating copy to clipboard operation
sublime-markdown-extended copied to clipboard

Minimal syntax problems inside fenced code blocks makes the code block continue until the end of the file

Open lwolfsonkin opened this issue 9 years ago • 2 comments
trafficstars

This java fenced code block displays fine: captura de tela 2016-09-21 as 20 41 54

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. captura de tela 2016-09-21 as 20 42 02

lwolfsonkin avatar Sep 22 '16 00:09 lwolfsonkin

@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.

gwenzek avatar Oct 02 '16 22:10 gwenzek

This happens for other languages as well (I encountered it with Julia).

iamed2 avatar Feb 15 '17 16:02 iamed2