markdown
helper is not used with pre-rendered content
This commit is contained in:
parent
ed6ed251af
commit
af114f1280
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue