Module markdown_img

Source
Expand description

This module implements parsers for HTML image elements.

Functionsยง

md_img
Parse a Markdown image.
md_img2dest
Parse a Markdown link with an embedded image.
md_img2dest_link
Wrapper around md_img() that packs the result in Link::Image.
md_img_link
Wrapper around md_img() that packs the result in Link::Image.