Please have the Text and the Forum editor handle Angle Brackets better.
An example is below.
Since the Forum probbaly mangles the text below, it is also on PasteBin: http://pastebin.com/MBxuffyB
After pressing the "Update" button, the WordPress.com Text editor mangles this:
IEnumerable<IGrouping<FruitVariety, Fruit>>
into this:
IEnumerable<IGrouping>
it should mangle it into this:
IEnumerable<IGrouping<FruitVariety, Fruit>>
The blog I need help with is wiert.me.