I'm looking way to clear/remove all HTML tags they have nothing...
For example:
<p></p><div> to make links</div><b> </b>
<a href="http://foo.com"></a><p> for linebreak add 2 spaces at end
</p><strong></strong><i></i>
To:
<div> to make links</div><p> for linebreak add 2 spaces at end</p>
//I'm sure it is not dublicate.