ExplicitBlockParsers

laika.rst.ExplicitBlockParsers
See theExplicitBlockParsers companion object

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

Members list

Value members

Concrete fields

lazy val citation: Parser[Citation]

Parses a citation.

Parses all types of explicit block items.

Attributes

lazy val linkTarget: Parser[Block & Span]

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.

Attributes