diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 04fdaeb..6206023 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1377,7 +1377,7 @@ module ApplicationHelper # are old things that do not support it we are keeping this hot spot. html = @plugins.pipeline(:parse_content, html, source).first end - html + html.html_safe end def convert_macro(html, source) -- libgit2 0.21.2