Transformer

Entry point for building a Transformer instance.

Companion:
class
class Object
trait Matchable
class Any

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.

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

Returns:

a new Builder instance for specifying the render format