An easy method to remove all html comment like such as from source code or text.
Remove HTML Comments Example
Before
<! –– the comment ––> There are few things better in life than a slice of pie.
After
There are few things better in life than a slice of pie.