Function parse_hyperlinks::parser::asciidoc::adoc_text2label_link
source · pub fn adoc_text2label_link(i: &str) -> IResult<&str, Link<'_>>
Expand description
Wrapper around adoc_text2label()
that packs the result in
Link::Text2Label
.