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

Not working on emails with domains starting with a number #279

Closed
gabriel-cardoso opened this issue Sep 10, 2019 · 1 comment
Closed

Not working on emails with domains starting with a number #279

gabriel-cardoso opened this issue Sep 10, 2019 · 1 comment
Milestone

Comments

@gabriel-cardoso
Copy link

gabriel-cardoso commented Sep 10, 2019

"[email protected]".linkify()

should return

"<a href="mailto:[email protected]" class="linkified">[email protected]</a>"

but returns

"test@<a href="http://42.domain.com" class="linkified" target="_blank">42.domain.com</a>"
@nfrasser nfrasser added this to the 3.0 milestone Mar 8, 2021
@nfrasser nfrasser mentioned this issue Mar 11, 2021
@nfrasser
Copy link
Owner

nfrasser commented Sep 16, 2021

Released in v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants