Open tomtomjhj opened 4 years ago
I'm a little confused why this example doesn't seem to be broken prior to this PR. The GitHub highlighting is off, but in VIM the whole thing is just a block quote. Are we not catching those at all?
It's a bug in mkdBlockquote
. It doesn't recognize code blocks or even italics (#583).
Some languages use markdown style fenced code block for documenting examples. Current pattern for mkdCodeEnd breaks that.
Current:
Fixed: