Thursday, November 26, 2009

Syntax highlighting

Problem:
How do I get a nice Syntax highlighting for source code on this blog?

Solution:
Google pointed me in this direction. Here is also some nice examples of how to implement it for Blogger users.
This is the result:
public void Test()
{
Console.WriteLine("Hello World");
}

No comments:

Post a Comment