Module parse_hyperlinks::parser::parse_html [−][src]
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 ( |
| take_link | Consumes the input until the parser finds an HTML formatted hyperlink text2dest
( |