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 inLink::Image
. - md_
img_ link - Wrapper around
md_img()
that packs the result inLink::Image
.