Transformer

laika.api.Transformer$
See theTransformer companion class

Entry point for building a Transformer instance.

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class Builder

Step in the setup for a transform operation where the renderer must be specified.

Step in the setup for a transform operation where the renderer must be specified.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def from(format: MarkupFormat): Builder

Returns a new Builder instance for the specified markup format.

Returns a new Builder instance for the specified markup format.

This format is usually an object provided by the library or a plugin that is capable of parsing a specific markup format like Markdown or reStructuredText.

Attributes

format

the markup format to use

Returns:

a new Builder instance for specifying the render format