When making a static page, it is stated that all HTML
code is allowed, and after saving a static page, HTML
comments like <!-- COMMENTS --> are clearly in the
source. Yet when editting an already existing static
page, the comments are stripped (leaving the comment as
text), and one either has to add the commenting code
back in or suffer seeing comments on the actual static
page.
Steps to reproduce:
1. Make a static page with a comment.
2. View the static page and the comment should be
hidden in the source code.
3. Edit that static page, verifing that the text box no
longer contains the commenting code. Make no changes.
4. View the static page and notice how all comments are
now visible in the browser.