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
I would like the defaultProtocol to be https, but I need to kind of hack around to make this work using find/test/tokenize since they don't take options. It looks like the default options are also not applied to them:
The text was updated successfully, but these errors were encountered:
Fixed in v3. linkify.find and linkify.tokenize now respects linkify.options.defaultProtocol. Each token output of linkify.tokenize also has a .toHref(defaultProtocol=options.defaultProtocol) method
I would like the defaultProtocol to be https, but I need to kind of hack around to make this work using find/test/tokenize since they don't take options. It looks like the default options are also not applied to them:
The text was updated successfully, but these errors were encountered: