It looks like on StackExchange sites that have MathJax enabled, certain placements of $ characters inside code blocks can prevent the code block from ending.
Here's an example post where this has happened. Please see the longest code block: the middle should be text, but it is rendered as code.
I managed to come up with a minimal example. The following markdown,
$ this is code
this is text
$
renders like this:
$ this is code
this is text
$
(i.e. the middle text line appears as code).
