# File lib/markaby/tags.rb, line 221
      def default_options
        super.merge({
          :output_xml_instruction => false,
          :output_meta_tag        => 'html5',
          :root_attributes        => {}
        })
      end