-
Notifications
You must be signed in to change notification settings - Fork 184
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
registerCustomProtocol
breaks e-mail linkification
#414
Comments
hanazuki
added a commit
to hanazuki/linkifyjs
that referenced
this issue
Dec 16, 2022
This patch fixes the parser so that it can capture an email address whose local part matches a scheme string, e.g. 'http' or 'mailto'. Fixes nfrasser#414
hanazuki
added a commit
to hanazuki/linkifyjs
that referenced
this issue
Dec 16, 2022
This patch fixes the parser so that it can capture an email address whose local part matches a scheme string, e.g. 'http' or 'mailto'. Fixes nfrasser#414
It seems the same problem happens for the predefined protocols such as |
nfrasser
pushed a commit
that referenced
this issue
Jan 3, 2023
This patch fixes the parser so that it can capture an email address whose local part matches a scheme string, e.g. 'http' or 'mailto'. Fixes #414
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
registerCustomProtocol("matrix", true);
causes[email protected]
to not be linkified as an email, instead onlyexample.com
get linkified.Downstream issue element-hq/element-web#23806
Possibly related #410
The text was updated successfully, but these errors were encountered: