laika.parse.uri

package laika.parse.uri

Members list

Type members

Classlikes

class AutoLinkParsers(reverseMarkupStart: Parser[Any], afterEndMarkup: Parser[Any], stripStartChars: Set[Char], stripEndChars: Set[Char])

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.

Attributes

Supertypes
class Object
trait Matchable
class Any
object URIParsers

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.

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.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
URIParsers.type