Open coffeejunk opened 9 years ago
A backslash in front of a (single) closing tick of inline code breaks the highlighting for the rest of the file.
`\` => breaks ` \` => breaks ` \ ` => ok `\ ` => ok ``\`` => ok `` \`` => ok ``\ `` => ok `` `\` `` => ok `` ` \` `` => ok `` `\ ` `` => ok `` ` \ ` `` => ok
Confirmed as per; http://spec.commonmark.org/0.18/#example-259
A backslash in front of a (single) closing tick of inline code breaks the highlighting for the rest of the file.