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

Invalid URL / File Path Protocol #466

Open MarketingPip opened 10 months ago

MarketingPip commented 10 months ago

Just opening this library and finding this bug - figured I would report it.

{
  "type": "url",
  "value": "file:1:2",
  "isLink": true,
  "href": "file:1:2",
  "start": 91,
  "end": 99
}

Cheers.

ps; tbh I actually need this exact match lol - tho I do believe it is not valid.