ExtensionParsers

laika.rst.ext.ExtensionParsers$
See theExtensionParsers companion class

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

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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.

Attributes