diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee index 0b0ce23ba..8059cf503 100755 --- a/src/Linkification/Linkify.coffee +++ b/src/Linkification/Linkify.coffee @@ -251,7 +251,7 @@ Linkify = $.el 'div', <%= html('') %> , key: 'InstallGentoo' - regExp: /^\w+:\/\/paste\.installgentoo\.com\/view\/(\w+)/ + regExp: /^\w+:\/\/paste\.installgentoo\.com\/view\/(?:raw\/|download\/|embed\/)?(\w+)/ el: (a) -> $.el 'iframe', src: "https://paste.installgentoo.com/view/embed/#{a.dataset.uid}"