InlineParsers

laika.parse.markup.InlineParsers
See theInlineParsers companion trait
object InlineParsers extends InlineParsers

Instance that allows to import all inline parsers in isolation.

Usually it is more convenient to import laika.parse.api._ to get all parser builders with one import.

Attributes

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

Members list

Value members

Inherited methods

Creates a new parser that reads input until the delimiters in the specified parser are detected.

Creates a new parser that reads input until the delimiters in the specified parser are detected.

The returned parser allows to register parsers for child spans with its embed method. Without calling it, the result of this parser would always just be a single span of type Text.

Attributes

Inherited from:
InlineParsers
Source
InlineParsers.scala

Creates a new parser that reads text until the delimiters in the specified parser are detected.

Creates a new parser that reads text until the delimiters in the specified parser are detected.

The returned parser allows to register parsers for child spans with its embed method, for example for reading escape sequences.

Attributes

Inherited from:
InlineParsers
Source
InlineParsers.scala