# File lib/maruku/helpers.rb, line 78
    def md_link(children, ref_id, al=nil)
      md_el(:link, children, { :ref_id => ref_id }, al)
    end