Cretezy/linkify

Could not able to identify the valid url

SureShDood opened this issue · 4 comments

I have tried to without https://, Could not able to get the valid url.

Example. I try to give www.facebook.com , facebook.com
it's not recognised the valid url. i given the looseUrl option true.
All dots (.) considered the url format.

Need more detail for this issue. Not sure what you are talking about. Please provide logs and code if possible

photo_2020-05-28_19-24-10

Please refer this image.

Going to move to parsing library and will address shortly

Took a deeper look at this.

www.facebook.com is not a valid URL. Only https://www.facebook.com is. It seems the library is acting correctly.

Parsing of www. URLs without loose URLs enable has been added recently though.

The dots will be addressed inside #25