BlockSource

laika.parse.BlockSource
See theBlockSource companion class
object BlockSource

Companion for creating BlockSource instances.

Attributes

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

Members list

Value members

Concrete methods

Creates a new block source for the specified lines.

Creates a new block source for the specified lines. Each line can have a different x- and y-offset from the root input as they may have been obtained by a previously applied block parser that stripped some decoration.

Attributes

Source
SourceCursor.scala
def apply(firstLine: LineSource, rest: LineSource*): BlockSource

Creates a new block source for the specified lines.

Creates a new block source for the specified lines. Each line can have a different x- and y-offset from the root input as they may have been obtained by a previously applied block parser that stripped some decoration.

Attributes

Source
SourceCursor.scala