The HTML editor is not friendly at all though, the WYSIWYG is great for most things. (Also HTML is kind of sucky because of it's xml nature, in my opinion. This is a very old debate. I side on s-expressions. This is pointless though, HTML is the standard now, I don't know why I insist on complaining.)
I would use the HTML editor if it actually saved whitespace, right now it's just a giant mess to use.
What I am talking about is I can't seem to edit and save:
<code>
line1<br/>
line2<br/>
</code>
without it being saved as
<code>line1<br/>line2<br/></code>
making editing miserable.