don't embed inside [code] tags

This commit is contained in:
ccd0 2014-07-05 03:07:03 -07:00
parent 61c052dda2
commit b22ea2b9cc

View File

@ -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) ->