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:
object
class Object
trait Matchable
class Any

Value members

Concrete fields

Parses all types of explicit block items.

Parses a link definition, either an internal, external or indirect link.

Parses a link definition, either an internal, external or indirect link.

See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#hyperlink-targets.