Module parse_hyperlinks_extras::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

Consumes the input until the parser finds an HTML formatted inline image (Link::Image).

Consumes the input until the parser finds an HTML formatted inline image (Link::Image). and HTML formatted hyperlinks text2dest (Link::Text2Dest).

Consumes the input until the parser finds an HTML formatted hyperlink text2dest (Link::Text2Dest).