Commit af114f12 authored by Toon Claes's avatar Toon Claes

`markdown` helper is not used with pre-rendered content

parent ed6ed251
......@@ -73,7 +73,7 @@ module MarkupHelper
return '' unless text.present?
context[:project] ||= @project
html = context.delete(:rendered) || markdown_unsafe(text, context)
html = markdown_unsafe(text, context)
banzai_postprocess(html, context)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment