Skip to content
mnaoumov.dev
Go back

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!!!");  
    }  
}  

Share this post on:

Previous Post
Nullable types, lifted operators and ReSharper
Next Post
BugAid - cool plugin for VisualStudio