FeaturedMathRendererWithPostProcess

Extends FeaturedMathRenderer by adding post-processing stages.

Author

Iaroslav Postovalov

Constructors

Types

Companion
Link copied to clipboard
common
object Companion
PostProcessStage
Link copied to clipboard
common
fun fun interface PostProcessStage
Logical unit of MathSyntax post-processing.

Functions

render
Link copied to clipboard
common
open override fun render(mst: MST): MathSyntax
Renders MST to MathSyntax.

Properties

features
Link copied to clipboard
common
val features: List<FeaturedMathRenderer.RenderFeature>
The applied features.
stages
Link copied to clipboard
common
The applied stages.