-
Notifications
You must be signed in to change notification settings - Fork 334
Fix multiple mentions rendered incorrectly #2283
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
Comments
@khushal87 could you please take care of this? Please make sure to use |
Yes for sure @vishalnarkhede |
Just wanted to mention (no pun intended) that when a username is an email address, it gets resolved as a link instead of a mention. Would be great if this could get fixed too 😄 |
Created a new issue for this as it will need some separate attention and should not block this original issue. |
🎉 This issue has been resolved in version 5.20.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.When rendering mentioned users, I noticed a bug. It's fine if you mention a single user in a message, but when you mention multiple, they get rendered as plain text. I dug into the code and noticed that the separator used between the mentions
|
is also being escaped. A fix for this is to escape the user names instead of the entire string.Here is the diff that solved my problem:
Hope this can get merged into an upcoming release.
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: