ghMentions.html 556 B

123456789101112
  1. <p>hello <a href="https://github.com/tivie">@tivie</a> how are you?</p>
  2. <p>this email foo@gmail.com is not parsed</p>
  3. <p>this @mentions is not parsed</p>
  4. <p><a href="https://github.com/john.doe">@john.doe</a></p>
  5. <p><a href="https://github.com/john-doe">@john-doe</a></p>
  6. <p><a href="https://github.com/john_doe">@john_doe</a></p>
  7. <p>@.johndoe</p>
  8. <p>@_johndoe</p>
  9. <p>@-johndoe</p>
  10. <p><a href="https://github.com/johndoe">@johndoe</a>.</p>
  11. <p><a href="https://github.com/johndoe">@johndoe</a>-</p>
  12. <p><a href="https://github.com/johndoe">@johndoe</a>_</p>