Function 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.