Module parse_hyperlinks::parser::asciidoc[][src]

This module implements parsers for Asciidoc hyperlinks.

Functions

adoc_label2dest

Parses an Asciidoc link reference definition.

adoc_label2dest_link

Wrapper around adoc_label2dest() that packs the result in Link::Label2Dest.

adoc_text2dest

Parses an Asciidoc inline link.

adoc_text2dest_link

Wrapper around adoc_text2dest() that packs the result in Link::Text2Dest.

adoc_text2label

Parse a Asciidoc reference link.

adoc_text2label_link

Wrapper around adoc_text2label() that packs the result in Link::Text2Label.