dev_forum
SylorHuang 5 years ago
parent 4f21bcb3bb
commit 5bfd514211

@ -346,7 +346,7 @@ module ApplicationHelper
:tables => true :tables => true
} }
markdown = Redcarpet::Markdown.new(options) markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML,options)
markdown.render(h(text)).html_safe markdown.render(h(text)).html_safe
end end

Loading…
Cancel
Save