# File lib/action_view/helpers/text_helper.rb, line 299 def markdown(text) text.blank? ? "" : Markdown.new(text).to_html end