AutoLinks

object AutoLinks

Parsers for inline auto-links, which are urls or email addresses that are recognized and inserted as links into the AST without any surrounding markup delimiters.

In contrast to the rather informal description of the GitHub-Flavored-Markdown spec, parsing of the http or email URIs is based on the corresponding RFCs. See laika.parse.uri.URIParsers for details.

class Object
trait Matchable
class Any

Value members

Concrete fields

The parsers for http and email auto-links.

The parsers for http and email auto-links.