pub fn strip_citations(text: &str) -> (String, Vec<String>)Expand description
Strip citation tags from a complete string and return (visible_text, citations).
This uses CitationStreamParser internally, so it inherits the same semantics:
literal, non-nested matching and auto-closing unterminated citations at EOF.