MathMLSyntaxRenderer

object MathMLSyntaxRenderer : SyntaxRenderer

SyntaxRenderer implementation for MathML.

The generated XML string is a valid MathML instance.

Author

Iaroslav Postovalov

Functions

Link copied to clipboard
open override fun render(node: MathSyntax, output: Appendable)

Renders the MathSyntax to output.

Link copied to clipboard
fun renderPart(node: MathSyntax, output: Appendable)

Renders a part of syntax returning a correct MathML tag not the whole MathML instance.

Sources

Link copied to clipboard