laika.rst

package laika.rst

Type members

Classlikes

Provides the parsers for all types of block-level elements of reStructuredText. It merges the individual traits that provide implementations for list, tables, etc. and adds the remaining block level parsers that do not fit into any of the subcategories supported by the other traits.

Provides the parsers for all types of block-level elements of reStructuredText. It merges the individual traits that provide implementations for list, tables, etc. and adds the remaining block level parsers that do not fit into any of the subcategories supported by the other traits.

Block parsers are only concerned with splitting the document into (potentially nested) blocks. They are used in the first phase of parsing, while delegating to inline parsers for the 2nd phase.

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.

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

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.

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

Provides all inline parsers for reStructuredText.

Provides all inline parsers for reStructuredText.

Inline parsers deal with markup within a block of text, such as a link or emphasized text. They are used in the second phase of parsing, after the block parsers have cut the document into a (potentially nested) block structure.

Provides the parsers for all reStructuredText list types.

Provides the parsers for all reStructuredText list types.

Provides parsers for the two table types supported by reStructuredText.

Provides parsers for the two table types supported by reStructuredText.