# File lib/yard/templates/helpers/html_helper.rb, line 93
      def html_markup_text(text)
        "<pre>" + text + "</pre>"
      end