-
Notifications
You must be signed in to change notification settings - Fork 14
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
email addresses are parsed as contexts #51
Comments
Oof, good catch, I'll get that fixed up. |
@jmhobbs same goes for projects. This |
This was referenced Jan 17, 2025
Released in 1.0.0-alpha.3 |
Lovely thanks! Just solved another issue in sleek :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If
next
branch is parsing this stringTest [email protected]
it will detecttest.com
as a context.As a general rule you could include a
space
before to the@
in the expression pattern in order to avoid this.The text was updated successfully, but these errors were encountered: