I am finding that the PlainText is not working as expected.
When I called it, I expected the line breaks to stay in the text. But what I get is a complete run on sentence.
So I had to switch to PlainTextWithLineFeeds, and then replace the <p> and <br> with \n\n and \n. Now I'm finding that the   is not getting stripped so I'm going to have to put a check in my code for that.
Any feedback would be appreciated.