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