BinaryTreeRenderer

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

Renderer that merges a tree of input documents to a single binary output document.

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