Im trying to figure out what kind of markup EE stores in the db, for new posts. A test post shows up in the db as:
here is the bodythis is a second line, after pressing enterhttp://www.internationalterrorist.com/bush.gifhere i pressed enter {encode="[email protected]" title="twice"}<i>and this is enter + italic</i>yet view source shows
here is the body
this is a second line, after pressing enter
<a href="http://www.internationalterrorist.com/bush.gif">http://www.internationalterrorist.com/bush.gif</a>
here i pressed enter
bunch of JS
//]]>
<i>and this is enter + italic</i>
im guessing the p tags come from the templates (right?), but what about the
? why are these line breaks invisible in the database?