Autolinker.js
Autolinker.js copied to clipboard
improper generation of link
Hello
if we write below string then it generate link a.:b a.abc:b If we type above string then it generate link
Please help to solve above bug.
Thanks
As well as others containing ":". For example:
Hi.:D
I'm also having problem with this string:
- de, 2.ao, 3.na, 4.em
It becomes:
- de, http://2.ao, http://3.na, 4.em
As of today, de
, ao
and na
are valid TLD (http://data.iana.org/TLD/tlds-alpha-by-domain.txt) so, with the last version (1.4.2), the first three do link and the 4th does not. It is intended behaviour.
Should be fixed :
- [ ] a.:b should not link (also Hi.:D )
- [ ] a.abc:b should not link