I just installed a syntax highlighter plugin called SyntaxHighlighter Evolved
This is simply a quick test checking that it works as expected.
using System; namespace MyNamespace { public static class MyClass { public static void MyMethod(string input) { Console.WriteLine(input); } } }
Looks pretty ok.