Module parse_hyperlinks_html::parser::parse[][src]

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_link

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 hyperlink text2dest (Link::Text2Dest).