I saw All Climbing added a new comment system, I may add that system myself if it works with the iG:Syntax Hiliter plugin that I use. It looks like this will allow for a nicer looking comment section, with a greater range of power for not only myself as the blog, but for you as the user. I may add it, then test it out.

EDIT: I installed the Intense Debate system

The code in the test comment below should look like this, but it seems not to be working with the code highlighter in comments.

C#:
  1. public static bool PM
  2.         {
  3.             get
  4.             {
  5.                 return pm;
  6.             }
  7.             set
  8.             {
  9.                 pm = value;
  10.             }
  11.         }

Notice in the comments, not only does it show the chsarp brackets and strips the spacing out as well.