For example
void Main()
{
Console.WriteLine("Hello Blog!!");
}
Can become
void Main()
{
Console.WriteLine("Hello Blog!!");
}
With just the following tags around the code <pre class="prettyprint">...</pre> or <code class="prettyprint">...</code>
Thanks Google!
P.S. Looks like I need to work on the colour schemes. Ah well, nothing's perfect I suppose.
P.P.S It doesn't appear to handle <br /> tags properly at the moment which causes problems in blogger posts.
0 comments:
Post a Comment