Expand description
This module implements parsers to extract hyperlinks and image elements from HTML text input. The parsers in this module search for HTML only, no other markup languages are recognized.
Functionsยง
- take_
img - Consumes the input until the parser finds an HTML formatted inline image (
Link::Image
). - take_
link - Consumes the input until the parser finds an HTML formatted inline
image (
Link::Image
) and HTML formatted hyperlinks text2dest (Link::Text2Dest
). - take_
text2dest - Consumes the input until the parser finds an HTML formatted hyperlink text2dest
(
Link::Text2Dest
).