don't embed inside [code] tags
This commit is contained in:
parent
61c052dda2
commit
b22ea2b9cc
@ -62,8 +62,9 @@ Linkify =
|
|||||||
|
|
||||||
i = links.length
|
i = links.length
|
||||||
while i--
|
while i--
|
||||||
link = links[i]
|
link = Linkify.makeLink links[i]
|
||||||
Linkify.embedProcess (Linkify.makeLink link), @
|
unless $.x 'ancestor::pre', link
|
||||||
|
Linkify.embedProcess link, @
|
||||||
return
|
return
|
||||||
|
|
||||||
embedProcess: (link, post) ->
|
embedProcess: (link, post) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user