mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
2ba00751cc
Closes #574
13 lines
556 B
HTML
13 lines
556 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><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>
|
|
<p><a href="https://github.com/johndoe">@johndoe</a>_</p>
|