Standards mode HTML forbids double hyphens in comments.
<!-- This is a perfectly valid comment - I think. -->
<!-- Invalid comment -- definitely. -->
There are three additional restrictions, exemplified by these invalid examples:
<!--> invalid -->
<!---> invalid -->
<!-- invalid --->
Why bother specifying all these little edge cases? In particular, why forbid double hyphens?
This is a test...of the emergency broadcast system.
` renders as *This is a test...of the emergency broadcast system.* just fine in the latest versions of Chrome and Firefox. – J0e3gan Oct 28 '14 at 03:04