Just thought I'd go back and edit some of my old posts to use the new [sourcecode]...[/sourcecode] stuff, and ran into some issues.
It's definitely better than it was, but it doesn't seem to preserve whitespace formatting, and in a post I just edited with lots of '<' and '>' (i.e. C# generics), it scrapped those -- "ICollection<MyClass> bob" became "ICollection bob"...
The FAQ says it'll preserve formatting and automatically encode HTML entities (like '<' or '>'). The formatting is preserved for display perfectly fine, but if I go back to edit it, all the extra white space I added for each line is gone -- it's all straight-edge left aligned.
Am I just missing something, or....?