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