The comments above and below jquery(document)... are rendered incorrectly. Here's a screenshot of the original page:

|
The comments above and below
|
||||
|
|
|
That question is tagged both ruby and javascript, so the prettifier doesn't know what to do and chooses some default colorization that doesn't work well here. See this question for more information. You can add a magic comment to specify the language before a code block. (This didn't exist back when that particular answer was posted.) You need one such comment before each code block for which you want to select a different language for highlighting.
(I thought this was supposed to work with |
|||
|
|
|
You can forcing the language that code block is interpreted as, see this post, which should fix this. To force JavaScript, we can use That said, the example question is tagged javascript already, so it should automatically be doing this, but maybe the other tags were getting in the way... |
|||
|
|