Expand description
This module implements parsers for HTML hyperlinks.
Functionsยง
- attribute_
list - Parses a whitespace separated list of attributes and returns a vector of (name, value).
- html_
text2dest - Parse an HTML inline hyperlink.
- html_
text2dest_ link - Wrapper around
html_text2dest()
that packs the result inLink::Text2Dest
.