ExtensionBundle

Provides default ExtensionBundle instances.

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Empty extends ExtensionBundle

An empty bundle

An empty bundle

Bundle containing Laika defaults which is included automatically in all operations.

Bundle containing Laika defaults which is included automatically in all operations.

class PathTranslatorExtensionContext(val baseTranslator: PathTranslator, val outputContext: OutputContext, val config: Config)

The context that is provided to builders for path translator extensions.

The context that is provided to builders for path translator extensions.

Value parameters:
baseTranslator

the internal path translator that can be used for delegating most translation steps to

config

the complete user configuration for the current transformation

outputContext

the context for the output format the translator is used for (since translators are different per render format)