# File lib/maruku/helpers.rb, line 71
        def md_footnote(footnote_id, children, al=nil)
                md_el(:footnote, children, {:footnote_id=>footnote_id}, al)
        end