<div class="boo" contenteditable id="boo"></div>
<textarea wrap="soft"></textarea>
<p>As you can see, I've hit enter here twice... now this is a difficult concept, but I've actually just inserted FORMAThey TING where I should only be inserting content.</p><p> Hitting enter is nice but it is a purely VISUAL indicator of what is happening. To a person, it's easy to tell what that space means using context cues, so in this case, it looks like a new paragraph. However, that just isn't how computers work! SO what we really need to do is indicate that there is a new paragraph. Let's start by making the previous paragraph encoded as such, and then this one. </p>