Transformer

laika.api.Transformer$
See theTransformer companion class
object Transformer

Entry point for building a Transformer instance.

Attributes

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

Members list

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

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.

Value parameters

format

the markup format to use

Attributes

Returns

a new Builder instance for specifying the render format