Linkify not working with greater and lower characters
The linkifyHtml does not work fine with some special characters.
We get a text from our database and using linkifyHtml we are getting problems with some characters like - or ><.
<http://nu.nl> -http://nu.nl- ,http://nu.nl, .http://nu.nl. {http://nu.nl} [http://nu.nl] 'http://nu.nl' "http://nu.nl"
This is the original list, the first 2 doesn't work.
Then in our case, we have stored in database:
We store the values sanitized.
<http://nu.nl>
This one it's also failing.

Hi @cristiann190 , please use linkify-string instead of linkify-html for this case
Hi @nfrasser I tried with string option, but I still get weird values, and also for a link pasted in the box the result now its not good. So not a good option.

Fixes as best as possible in the latest Linkify v4