TreeRenderer

laika.io.api.TreeRenderer
See theTreeRenderer companion object
class TreeRenderer[F[_]](renderer: Renderer, theme: Theme[F])(implicit evidence$1: Async[F], evidence$2: Batch[F])

Renderer for a tree of output documents.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def from(input: DocumentTreeRoot): OutputOps[F]

Builder step that specifies the root of the document tree to render.

Builder step that specifies the root of the document tree to render.

Attributes

def from(input: ParsedTree[F]): OutputOps[F]

Builder step that specifies the root of the document tree to render and the static documents to copy to the target (if it is file-system based).

Builder step that specifies the root of the document tree to render and the static documents to copy to the target (if it is file-system based).

Attributes