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.

trait Seq[Block] => Seq[Block]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

@unspecialized
def andThen[A](g: Seq[Block] => A): Seq[Block] => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Seq[Block]): A => Seq[Block]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1