QuarkdownModule

constructor(functions: Set<ExportableFunction>)

Parameters

functions

the functions to export in the module


constructor(vararg modules: QuarkdownModule)

Creates a QuarkdownModule that wraps multiple QuarkdownModules, joining their functions into a single module. The identity of the submodules is lost in the process.

Parameters

modules

the modules to include