HTML textfield not rendering <p>

I have a text field with htmlText that is correctly parsing <br> and <img> tags, but not <p>. I looked in the live docs and <p> is a supported tag. Any suggestions? Have been using <br><br> to break a paragraph, obviously that is sloppy.