spanParsers

laika.format.Markdown.spanParsers

Attributes

Source
Markdown.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
Markdown.scala

Parses either strong spans enclosed in double asterisks or emphasized spans enclosed in single asterisks.

Parses either strong spans enclosed in double asterisks or emphasized spans enclosed in single asterisks.

Attributes

Source
Markdown.scala

Parses either strong spans enclosed in double underscores or emphasized spans enclosed in single underscores.

Parses either strong spans enclosed in double underscores or emphasized spans enclosed in single underscores.

Attributes

Source
Markdown.scala

Parses an inline image.

Parses an inline image. Recognizes both, an inline image ![text](url) and an image reference ![text][id].

Attributes

Source
Markdown.scala

Parses an explicit hard line break.

Parses an explicit hard line break.

Attributes

Source
Markdown.scala

Parses a literal span enclosed by one or more backticks.

Parses a literal span enclosed by one or more backticks. Does neither parse nested spans nor Markdown escapes.

Attributes

Source
Markdown.scala