sindresorhus/linkify-urls

Support of non-ASCII urls

Closed this issue · 1 comments

Sure. PR welcome. I think you can use the regex u flag and \p{L} (letters) and \p{Nd} (digits). We cannot use the url-regex package as it has some other limitations.