# File lib/maruku/output/to_html.rb, line 349
        def wrap_as_element(name, attributes_to_copy=[])
                m = create_html_element(name, attributes_to_copy)
                        children_to_html.each do |e| m << e; end
                        
#                       m << Comment.new( "{"+self.al.to_md+"}") if not self.al.empty?
#                       m << Comment.new( @attributes.inspect) if not @attributes.empty?
                m
        end