MutableContext

constructor(flavor: MarkdownFlavor, libraries: Set<Library> = emptySet(), loadableLibraries: Set<Library> = emptySet(), attributes: MutableAstAttributes = MutableAstAttributes(), options: MutableContextOptions = MutableContextOptions())

Parameters

flavor

Markdown flavor used for this pipeline. It specifies how to produce the needed components

libraries

loaded libraries to look up functions from

attributes

attributes of the node tree, which can be manipulated on demand