mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
2095e6ffe3
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
11 lines
439 B
HTML
11 lines
439 B
HTML
<p>hello <a href="https://github.com/tivie">@tivie</a> how are you?</p>
|
|
<p>this email foo@gmail.com is not parsed</p>
|
|
<p>this @mentions is not parsed</p>
|
|
<p><a href="https://github.com/john.doe">@john.doe</a></p>
|
|
<p><a href="https://github.com/john-doe">@john-doe</a></p>
|
|
<p>@.johndoe</p>
|
|
<p>@_johndoe</p>
|
|
<p>@-johndoe</p>
|
|
<p><a href="https://github.com/johndoe">@johndoe</a>.</p>
|
|
<p><a href="https://github.com/johndoe">@johndoe</a>-</p>
|