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