Module parse_hyperlinks::parser[][src]

This module implements parsers to extract hyperlinks and link reference definitions as well as HTML imgage elements from text input.

Modules

asciidoc

This module implements parsers for Asciidoc hyperlinks.

html

This module implements parsers for HTML hyperlinks.

html_img

This module implements parsers for HTML image elements.

markdown

This module implements parsers for Markdown hyperlinks.

parse

This module implements parsers to extract hyperlinks and link reference definitions from text input. The parsers search for Markdown, ReStructuredText, Asciidoc and HTML formatted links. Inline images are ignored here.

parse_html

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.

restructured_text

This module implements parsers for RestructuredText hyperlinks.

Enums

Link

A link can be an inline link, a reference link, a link reference definition, a combined inline link / link reference definition, a reference alias or an inline image. This is the main return type of this API.