pub fn md_img_link(i: &str) -> IResult<&str, Link<'_>>
Wrapper around md_img() that packs the result in Link::Image.
md_img()
Link::Image