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 ```