pub fn parse_citations(text: &str, sources_count: usize) -> CitationParseResultExpand description
Parse [^N] citation markers out of text.
sources_count is used only to flag OutOfRange warnings; the
citations themselves are returned regardless of bounds.