# File lib/yard/templates/helpers/html_helper.rb, line 254
      def insert_include(text, markup = options.markup)
        htmlify(text, markup).gsub(/\A\s*<p>|<\/p>\s*\Z/, '')
      end