Package

laika.parse

uri

Permalink

package uri

Visibility
  1. Public
  2. All

Type Members

  1. class AutoLinkParsers extends AnyRef

    Permalink

    Parser 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.

    Parser 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.

    The parsing of the http or email URIs is based on the corresponding RFCs. See URIParsers for details.

Value Members

  1. object URIParsers

    Permalink

    Parses URIs as defined in RFC 3986 and email addresses as defined in RFC 6068, 5322 and 3986 with base types defined in RFC 2234.

Ungrouped