Support links split between 'domain' and '.tld/path'.
This commit is contained in:
parent
33c73b5a0c
commit
f8961720e0
@ -46,7 +46,10 @@ Linkify =
|
||||
|
||||
while (saved = snapshot.snapshotItem i++)
|
||||
if saved.nodeName is 'BR'
|
||||
break
|
||||
if snapshot.snapshotItem(i)?.data?.match /^\.[a-z]{2,6}\//i # link deliberately split
|
||||
continue
|
||||
else
|
||||
break
|
||||
|
||||
endNode = saved
|
||||
{data} = saved
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user