rewriter

abstract fun rewriter(context: MutableContext): AstIterator<AstRoot>

Return

a tree iterator that produces a rewritten AstRoot, used by com.quarkdown.core.pipeline.stages.TreeRewriteStage to apply user-defined show-rules

Parameters

context

the context of the document