The developers of the forum engine we are using (YAF,
YetAnotherForum.net ) say that it is a known issue which will be fixed in the future. To make it work now, we need to add ";-1" to the code tag like this:
code=csharp;-1
Here are two code blocks in one post written with this hotfix:
while (true)
{
boolVar = true;
}
while (true)
{
boolVar = true;
}
Click the Edit button to see the raw post source.
Edited by user
2012-12-14T08:43:05Z
|
Reason: Not specified