ExplicitBlockParsers

laika.rst.ExplicitBlockParsers$
See theExplicitBlockParsers companion class

Provides the parsers for all types of explicit block elements. In reStructuredText an explicit block element starts with .., followed by a block where the second and subsequent lines are indented.

Attributes

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

Members list

Value members

Concrete fields

The parser builder for all explicit block items that start with .. except for directives which are provided by an extension.

The parser builder for all explicit block items that start with .. except for directives which are provided by an extension.

Attributes

Parses the short variant of an anonymous link definition (that starts with __ instead of .. __:)

Parses the short variant of an anonymous link definition (that starts with __ instead of .. __:)

See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#anonymous-hyperlinks.

Attributes