Code highlighting broken
-
Test
@
int main()
{
char *a;
a = new char;
delete a;
return 0;
}
@
All looks good for me. -
The actual syntax highlighting is performed in your browser ( http://alexgorbatchev.com/SyntaxHighlighter/ ) so it's prone to a some more factors than sending the fully formatted HTML right away. Hopefully it shouldn't fail often though.
-
What does fail, is that even inside code sections, the system tries to replace certain combinations of symbols with smilies. See for instance here:
http://developer.qt.nokia.com/forums/viewreply/21423/Notice the smiley-code at line 6 of the code section posted by imrrk
-
[quote author="Andre" date="1295872018"]What does fail, is that even inside code sections, the system tries to replace certain combinations of symbols with smilies. See for instance here:
http://developer.qt.nokia.com/forums/viewreply/21423/Notice the smiley-code at line 6 of the code section posted by imrrk[/quote]
Thanks Andre, we hope to have that fixed in the next roll-out.