# File lib/redcarpet.rb, line 14
      def initialize(extensions={})
        super(extensions.merge(:xhtml => true))
      end