QuarkdownModule

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


constructor(functions: Set<ExportableFunction>)

Parameters

functions

the functions to export in the module