Tuesday 20 December 2011

Test SyntaxHighlight

Finally made SyntaxHighliter working on the blogger.
Good instructions http://pjdurrant.blogspot.com/2011/11/blog-code-syntax-highlighting.html

public class FinallySyntaxHighlighterIsWorking
{
    public void React()
    {
        Console.WriteLine("Hoorah!!!");
    }
}

No comments:

Post a Comment