diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee index c2cdc96cd..8f2107acb 100644 --- a/src/Linkification/Linkify.coffee +++ b/src/Linkification/Linkify.coffee @@ -51,6 +51,9 @@ Linkify = else break + if saved.parentElement.nodeName is "A" and not Linkify.regString.test(word) + break + endNode = saved {data} = saved