CodeSpanParser

laika.parse.code.CodeSpanParser
See theCodeSpanParser companion object

A collection of code span parsers that are intended to be applied together.

Attributes

Companion
object
Source
CodeSpanParser.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class IdParser
Self type

Members list

Value members

Abstract methods

The collection of parsers provided by this instance.

The collection of parsers provided by this instance. The order of parsers is relevant, since they will be applied in the specified order. If any parser successfully produces a result, the subsequent parsers will not be invoked.

Attributes

Source
CodeSpanParser.scala

Concrete methods

Merges the parsers of this collection with those of the specified other collection.

Merges the parsers of this collection with those of the specified other collection. The order of parsers is relevant, since they will be applied in the specified order. If any parser successfully produces a result, the subsequent parsers will not be invoked

Attributes

Source
CodeSpanParser.scala