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