Well the title of the question sums it up. Everything after the commented line is taken as a comment. You can see the bug here:
|
It's not taking the ' character as a comment starter, but rather as the beginning of a string and it's expecting a second ' to close the string. |
|||
|
Submit an issue with Google prettify, since this functionality belongs to them. |
|||||||||||||
|
|
This is not the only thing that doesn't work with the current code highlighting. According to My advice would be to replace Markdown with something like BBcode and migrate the existing posts either by enclosing them in [markdown]...[/markdown] tags or by translating the current Markdown guesswork to the corresponding new markups. Afterwards, it would be no problem to have a [code language="VB"] environment. edit: Another possibility is to allow a |
|||||||||||
|
'is not paired. See eg. stackoverflow.com/questions/1579666/… – Greg Hewgill Oct 20 '09 at 21:34