Skip to content
Snippets Groups Projects
Commit af114f12 authored by Toon Claes's avatar Toon Claes
Browse files

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

parent ed6ed251
No related branches found
No related tags found
1 merge request!8838Remove view fragment caching for project READMEs
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment