When using the sourcecode tag with live writer, the code gets reformatted. Not sure if it's an issue with Live Writer though.
In live writer, I create a test blog with the following text:
[sourcecode language='csharp']
int i = 0;
[/sourcecode]
When I post it (as a draft), I get the following text:
[sourcecode language='csharp']</p> <p>int i = 0;</p> <p>[/sourcecode]
Is this something that can be fixed?