79369311

Date: 2025-01-19 16:36:02
Score: 1.5
Natty:
Report link

You can escape everything inside the comment.

Within the comment, < becomes &lt; and > becomes &gt;.

Here is the link to escape characters reference - https://developer.mozilla.org/en-US/docs/Glossary/Character_reference

Here is an example -

<html>
  <body>
    <p>This is a paragraph</p>
    <!-- This is a <!-- problem comment --> comment -->
    <!-- This is a &lt;!-- fixed comment --&gt; comment -->
  </body>
</html>
Reasons:
  • Blacklisted phrase (1): Here is the link
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohan Sandesh