I've created an input format which uses the input filter. I'd like to allow html comments, e.g.

<!-- This is a comment -->

...but it appears the filter is stripping off the opening tag of the comment. I tried adding the opening tag alone as well as the opening & closing tags together to the "Allowed HTML tags" but the opening comment tag is still removed.

Can comments be allowed with the HTML filter on?