Skip to main content

extract_markdown_links

Function extract_markdown_links 

Source
pub fn extract_markdown_links(body: &str, file: &Path) -> Vec<MarkdownLink>
Expand description

Extract every standard markdown link [text](url) from a body into a separate stream, kept distinct from wiki-links.