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

This module implements parsers for standalone Asciidoc hyperlinks. Link references are not supported.

Functions

adoc_link

Parses an Asciidoc link. This parser expects to start at the first letter of http://, https://, link:http:// or link:https:// (preceded by optional whitespaces) to succeed.