Function parse_hyperlinks::parser::markdown_img::md_img_link
source · pub fn md_img_link(i: &str) -> IResult<&str, Link<'_>>Expand description
Wrapper around md_img() that packs the result in
Link::Image.
pub fn md_img_link(i: &str) -> IResult<&str, Link<'_>>Wrapper around md_img() that packs the result in
Link::Image.