# File lib/maruku/input/parse_span_better.rb, line 462
        def read_footnote_ref(src,con)
                ref = read_ref_id(src,con)
                con.push_element md_foot_ref(ref)
        end