Autolinker.js icon indicating copy to clipboard operation
Autolinker.js copied to clipboard

Incorrect linking for the following domain format prefix:domain.com

Open mdsaddam opened this issue 4 years ago • 0 comments

Incorrect linking for the following domain format prefix:domain.com

Right now it considers the whole text (prefix:domain.com) as a valid link. Whereas only domain.com is the valid domain URL.

I verified this format on other platforms as well. So few platforms linkify only domain.com (eg: WhatsApp) whereas others just ignore the text without linking (eg: https://markdown-it.github.io/linkify-it/).

mdsaddam avatar May 31 '21 06:05 mdsaddam