BaseParsers

laika.rst.BaseParsers$
object BaseParsers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

Parses any of the four supported types of footnote labels.

Parses any of the four supported types of footnote labels.

See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#footnote-references.

Attributes

Parses punctuation characters as supported by transitions (rules) and overlines and underlines for header sections.

Parses punctuation characters as supported by transitions (rules) and overlines and underlines for header sections.

Attributes

val simpleRefName: Parser[String]

Parses a simple reference name that only allows alphanumerical characters and the punctuation characters -, _, ., :, +.

Parses a simple reference name that only allows alphanumerical characters and the punctuation characters -, _, ., :, +.

See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#reference-names.

Attributes

Parses a size and its unit, e.g. 12px. The unit is mandatory and must be CSS-compatible.

Parses a size and its unit, e.g. 12px. The unit is mandatory and must be CSS-compatible.

Attributes