diff --git a/app/services/shared_markers.rb b/app/services/shared_markers.rb index 08d10276..c29e05c0 100644 --- a/app/services/shared_markers.rb +++ b/app/services/shared_markers.rb @@ -3,11 +3,11 @@ module SharedMarkers def autolink(link, _link_type) href = if ALLOWED_HOSTS_IN_MARKDOWN.include?(URI(link).host) - link - else - linkfilter_path(url: link) - end - + link + else + linkfilter_path(url: link) + end + content_tag(:a, link, href: href, target: "_blank", rel: "nofollow") rescue link