ExtensionParsers

Provides the parsers for all types of extensions (directives and text roles).

Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type Result[+A] = Either[String, A]

Value members

Concrete methods

def allBlocks(blockDirectives: Seq[Directive[Block]], spanDirectives: Seq[Directive[Span]], textRoles: Seq[TextRole], defaultTextRole: String): BlockParserBuilder

Creates a new parser builder based on the specified extensions.

Creates a new parser builder based on the specified extensions.