Closes #574
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>`
Closes #51