Steps to reproduce
press the back tick ` key to insert two backticks for inserting inline code
Expected result
Two back ticks are inserted, downstream highlighting is not affected - like this but with no space between the backticks
Actual result
Downstream highlights turn into one big code block. Picture provided. I think this happens because the highlighter does not recognize the second backtick if the two backticks have nothing between them.
As soon as I start typing, distal highlighting reverts to expected.
If I delete everything between the two backticks, the syntax highlighter will again convert everything after the two backticks to a code block.
Environment
Additional information