Skip to main content

extract_wiki_links

Function extract_wiki_links 

Source
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.