[−][src]Module parse_hyperlinks::parser
This module implements parsers to extract hyperlinks and link reference definitions from text input.
Modules
| asciidoc | This module implements parsers for Asciidoc hyperlinks. |
| html | This module implements parsers for HTML hyperlinks. |
| markdown | This module implements parsers for Markdown hyperlinks. |
| restructured_text | This module implements parsers for RestructuredText hyperlinks. |
Functions
| first_hyperlink | Searches for the first hyperlink or link reference definition in the input
text and returns the finding as a tuple:
|
| take_hyperlink | Consumes the input until it finds a Markdown, RestructuredText, Asciidoc or
HTML hyperlink or link reference definition. Returns |