Expand description
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 inLink::Label2Dest
. - adoc_
text2dest - Parses an Asciidoc inline link.
- adoc_
text2dest_ link - Wrapper around
adoc_text2dest()
that packs the result inLink::Text2Dest
. - adoc_
text2label - Parse a Asciidoc reference link.
- adoc_
text2label_ link - Wrapper around
adoc_text2label()
that packs the result inLink::Text2Label
.