ExplicitBlockParsers

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.

Companion:
class
class Object
trait Matchable
class Any

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.

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.