I want to remove HTML comments from an html text
<h1>heading</h1> <!-- comment-with-hyphen --> some text <-- con --> more text <hello></hello> more text
should result in:
<h1>heading</h1> some text <-- con --> more text <hello></hello> more text