I subscribed to the Ruby on Rails tag, and in the email I received one of the questions has caused some kind of strange display error:
|
I subscribed to the Ruby on Rails tag, and in the email I received one of the questions has caused some kind of strange display error:
|
||||
|
|
|
This is fixed now. The bug was that we were sending the entire body of the email through a Markdown parser, even though question titles don't contain Markdown. So, any Markdown syntax (a backtick in this case) in the question title would have caused undesired behavior. The fix was to backslash-escape special characters in question titles. (Thanks for the debugging help, @badp.) |
|||
|
|
|
The question title is:
The post contains the following line:
The Markdown parser notices the pair of backticks and applies a I guess malformed markdown is to blame, because I cannot reproduce the issue from the site:
|
|||
|