[−][src]Function parse_hyperlinks::parser::first_hyperlink
pub fn first_hyperlink(i: &str) -> Option<(String, String, String)>
Returns the parsed first hyperlink found in the input text as: Some((link_name, link_target, link_title))` Recognizes hyperlinks in Markdown or RestructuredText format. Anonymous links in RestructuredText are not supported.