pub fn extract_wiki_links(body: &str, file: &Path) -> Vec<WikiLink>Expand description
Extract every wiki-link from a body (and inline frontmatter), returning the
structured WikiLink stream with short-form / .md-extension flags and
(file, line, col) locations set.