AutoLinkParsers

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.

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

class Object
trait Matchable
class Any

Value members

Concrete fields

Parses a standalone email address (with no surrounding markup).

Parses a standalone email address (with no surrounding markup).

Parses a standalone HTTP or HTTPS hyperlink (with no surrounding markup).

Parses a standalone HTTP or HTTPS hyperlink (with no surrounding markup).

Parses a standalone www hyperlink (with no surrounding markup).

Parses a standalone www hyperlink (with no surrounding markup).