LinkTargetProcessor

laika.rst.bundle.LinkTargetProcessor$
object LinkTargetProcessor extends Seq[Block] => Seq[Block]

Processes link targets in a sequence of blocks.

In reStructuredText internal link targets provide the id of subsequent block items. This functions gets applied recursively to all block lists.

Attributes

Graph
Supertypes
trait Seq[Block] => Seq[Block]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(blocks: Seq[Block]): Seq[Block]

Inherited methods

def andThen[A](g: Seq[Block] => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Seq[Block]): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1