I’m using this post to test PreCode — a code snippet formatting plugin for Windows Live Writer.  It uses SyntaxHighlighter on the client side and this plugin just sends the needed code to my blog engine.

As a test I thought I’d just add a couple short snippets, using some of the different available options.

//C#, using PREbool b = true;

' VB, using PRE, Starting at line #20Dim i as Int32i = 1i += 3MessageBox.Show(i)

Note that I may update this post several times while trying different options, or I may delete it altogether if I decide I don’t want to bother with the plugin.  (I think if I do delete it, it will be the only post I ever deleted.)

I would appreciate it if you would take a look at this post both in your RSS reader as well as on my website in your browser of choice and let me know what you think, my dear guinea pigs.