diff --git a/app/helpers/markdownify_helper.rb b/app/helpers/markdownify_helper.rb index bcac67dab..8a1390884 100644 --- a/app/helpers/markdownify_helper.rb +++ b/app/helpers/markdownify_helper.rb @@ -19,6 +19,7 @@ module MarkdownifyHelper render_options[:filter_html] = true render_options[:hard_wrap] ||= true + render_options[:safe_links_only] = true # This ugly little hack basically means # "Give me the rawest contents of target available"