Skip to main content

extract_markdown_links

Function extract_markdown_links 

Source
pub fn extract_markdown_links(line_text: &str) -> Vec<(Range<usize>, String)>
Expand description

Extracts all markdown hyperlink destinations and their label character ranges from a single line.