When creating a post using an hr tag somewhere in it, I find that WordPress arbitrarily deletes the paragraph tag that starts below it. I always have to go back in and add the spacing below the hr tag every time I edit the post. Any ideas on what's going on and how I can avoid the need to add that space in again every time I go to edit the post?
here is the code as it should always be:
<hr />
<p><strong>Bolded Element:</strong> blah blah blah</p>
but here is what it sometimes spits out:
<hr /><strong>Bolded Element:</strong> blah blah blah
This causes the text formatting to be all wrong for that paragraph since it's stripped the paragraph tags out.