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.
pub fn extract_markdown_links(body: &str, file: &Path) -> Vec<MarkdownLink>Extract every standard markdown link [text](url) from a body into a
separate stream, kept distinct from wiki-links.