# File lib/yard/templates/helpers/html_helper.rb, line 109
      def html_markup_text(text)
        h(text).gsub(/\r?\n/, '<br/>')
      end