# File lib/maruku/helpers.rb, line 63
        def md_quote(children, al=nil)
                md_el(:quote, children, {}, al)
        end