-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ghMentions does not work with username having dots #574
ghMentions does not work with username having dots #574
Comments
Github only allows dashes in the middle of the name. |
@tivie You're right. But I'm using showdown with GitLab. |
I will make showdown allow dashes, underscores and dots in the middle of the username, since that seems a valid usecase scenario |
Should be fixed now |
Awesome, thanks! Do you have an idea when will the next release happen? |
Soonish I hope. Version 2.0-alpha will be the next release. |
|
Done 😉 |
Description
In GitLab, dots are allowed in usernames (unlike in GitHub). When using
ghMentions
withghMentionsLink
, if the given username contains a dot, the link is made only with what is before the dot.Input
With the following showdown options:
Expected output
Actual output
The text was updated successfully, but these errors were encountered: