[][src]Function parse_hyperlinks::parser::asciidoc::adoc_text2dest_link

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

Wrapper around adoc_text2dest() that packs the result in Link::Text2Dest.