The only way I know to do this would be to write a function that takes the body text, then get the substring text, then look within that substring for any open tags, and add closing tags to the end of the substring.
The other option you have would be to HTML escape the body text to remove all HTML tags, then use that flat text.