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