Expand description
This module implements parsers for HTML image elements.
Functionsยง
- html_
img - Parse an HTML image.
- html_
img2dest - Parse an HTML inline hyperlink with embedded image.
- html_
img2dest_ link - Wrapper around
html_img()
that packs the result inLink::Image
. - html_
img_ link - Wrapper around
html_img()
that packs the result inLink::Image
.