Yup, I am the admin.
My question is this: when I enter two paragraphs, divided by a line break (by pressing enter between them), WP generates that code and deletes the empty line, that same line break. It also deletes the space in
<code>
<p>
Lorem Ipsum
<p>
</code>
and generates this:
<code><p>Lorem Ipsum</p></code>
What I’d like is WP to generate that exact same code I entered in the admin area. Any way to achieve this? ??