pub fn parse(fm: &Frontmatter) -> Vec<(String, String)>Expand description
Read the references map as (id, raw_value) pairs sorted by item number.
raw_value retains any strikethrough so callers can distinguish a closed
tombstone from a live link.