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