Package-level declarations

Types

Link copied to clipboard
data class Library(val name: String, val functions: Set<Function<*>>, val onLoad: (Context) -> Unit? = null, val hooks: PipelineHooks? = null)

A bundle of functions that can be called from a Quarkdown source.

Link copied to clipboard
interface LibraryExporter

A compacter of a library project into a single Library object. A library project must contain one class implementing this interface.

Link copied to clipboard

Component that is responsible for registering libraries in a pipeline's Context, in order to be looked up later.