79087474

Date: 2024-10-14 19:31:12
Score: 2
Natty:
Report link

HTML can be a bit finicky like that. This is the only solution I could find.

a {
  display: inline-block;
}
<p>
  <a href="stackoverflow.com">
    Run.
  </a>
  <span>(Explanation)</span>
</p>

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: CosmoCreeper