Skip to content
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

Capture email address with its local part being scheme string #417

Merged
merged 1 commit into from Jan 3, 2023

Conversation

hanazuki
Copy link
Contributor

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

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 Hypercontext#414
Copy link
Collaborator

@nfrasser nfrasser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch, thanks @hanazuki!

@nfrasser nfrasser merged commit ba048e0 into Hypercontext:main Jan 3, 2023
@hanazuki hanazuki deleted the scheme-as-localpart branch January 4, 2023 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

registerCustomProtocol breaks e-mail linkification
2 participants