Hypercontext / linkifyjs

JavaScript plugin for finding links in plain-text and converting them to HTML <a> tags.
https://linkify.js.org
MIT License
1.83k stars 182 forks source link

URLs with consecutive hyphens aren't working #464

Open saadmb opened 10 months ago

saadmb commented 10 months ago

Example

This is a working website: hp--community.force.com.

linkify.test('hp--community.force.com'); // returns false. Expected to be true
linkify.test('hp-community.force.com'); // returns true