My previous post, A Primer on Using Custom Windows Performance Counters with .NET, was written using Windows Live Writer. On the whole, I'm pleased. Writing text was like using Word without all the "please buy an upgrade" features Microsoft has thrown in over the years.
The big disappointment was pasting in code. If you paste in WYSIWYG mode, it correctly replaces < and > with entity references, BUT, it also strips all the leading spaces. You can go to HTML mode and manually enter <PRE> and </PRE> tags and paste between the tags, which will preserve your spaces, but not replace < and >.
Microsoft, lets make this work for coders!