SyntaxRenderer
Abstraction of writing MathSyntax as a string of an actual markup language. Typical implementation should involve traversal of MathSyntax with handling each 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.
Sources
common source
Link copied to clipboard