# File lib/yard/templates/helpers/html_helper.rb, line 95
      def html_markup_none(text)
        h(text).gsub(/(?:\r?\n){2}/, '<br/>')
      end