SyntaxRenderer
fun fun interface SyntaxRenderer
Content copied to clipboard
Abstraction of writing MathSyntax as a string of an actual markup language. Typical implementation should involve traversal of MathSyntax with handling each its subtype.
Author
Iaroslav Postovalov
Functions
render
Link copied to clipboard
Inheritors
Extensions
renderWithStringBuilder
Link copied to clipboard
Calls SyntaxRenderer.render with given node and a new StringBuilder instance, and returns its content.