[][src]Function parse_hyperlinks::parser::markdown::md_label2dest_link

pub fn md_label2dest_link(i: &str) -> IResult<&str, Link<'_>>

Wrapper around md_label2dest() that packs the result in Link::Label2Dest.