Remove HTML comments
<p>Lorem ipsum dolor</p> <!-- sit amet -->
<p>Lorem ipsum dolor</p>
There's nothing too much to explain this feature. It does what the title says, removes every HTML comment. Everything written between the <!-- beginning and --> closing tag is considered a comment.