Module parse_hyperlinks::parser::asciidoc
source · Expand description
This module implements parsers for Asciidoc hyperlinks.
Functions
- Parses an Asciidoc link reference definition.
- Wrapper around
adoc_label2dest()that packs the result inLink::Label2Dest. - Parses an Asciidoc inline link.
- Wrapper around
adoc_text2dest()that packs the result inLink::Text2Dest. - Parse a Asciidoc reference link.
- Wrapper around
adoc_text2label()that packs the result inLink::Text2Label.