mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
a4c24c9805
This option enables users to define the generated links in @mentions. For instance, with ghMentionsOption set to `//mysite.com/{u}/profile` this text `@tivie` will result in this link `<a href="//mysite.com/tivie/profile">@tivie</a>`
4 lines
159 B
HTML
4 lines
159 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 also</p>
|