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