spanParsers

laika.format.ReStructuredText.spanParsers

Attributes

Source
ReStructuredText.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

List of parsers to register with the runtime for a specific markup format.

List of parsers to register with the runtime for a specific markup format.

The order of parsers in this sequence is significant and determines the precedence in which parsers are tried on blocks or spans.

Attributes

Source
ReStructuredText.scala

Parses a citation reference.

lazy val em: SpanParserBuilder

Parses a span of emphasized text.

Parses a standalone email address (with no surrounding markup).

Parses a standalone email address (with no surrounding markup).

See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#standalone-hyperlinks

Attributes

Source
ReStructuredText.scala

Parses a footnote reference.

Parses an inline literal element.

Parses an inline internal link target.

Parses an interpreted text element with the role name as a prefix.

Parses an interpreted text element with the role name as a prefix.

See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#interpreted-text

Attributes

Source
ReStructuredText.scala

Parses a phrase link reference (enclosed in back ticks).

Parses a phrase link reference (enclosed in back ticks).

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

Attributes

Source
ReStructuredText.scala

Parses a simple link reference.

Parses a span of text with strong emphasis.

Parses a substitution reference.

Parses a standalone HTTP or HTTPS hyperlink (with no surrounding markup).

Parses a standalone HTTP or HTTPS hyperlink (with no surrounding markup).

See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#standalone-hyperlinks

Attributes

Source
ReStructuredText.scala