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