You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I tried linkifying an url like this at the demo page: https://foo.bar/?a=b((((aaaa)))) and the resulting link included only the first ) but not the remaining ones.
The text was updated successfully, but these errors were encountered:
This is an unfortunate limitation of Linkify's parser. It must account for links wrapped in parens (e.g., Visit GitHub (https://github.com) as well as those with parens in the query like the one you provided.
It's difficult (though not impossible) to fix. It would require totally rewriting the parser code. So I wouldn't expect a fix out any time soon
Hi!
I tried linkifying an url like this at the demo page:
https://foo.bar/?a=b((((aaaa))))
and the resulting link included only the first)
but not the remaining ones.The text was updated successfully, but these errors were encountered: