markdown::NodeRenderer
@Js
A renderer for a set of node types
virtual Void afterRoot(Node rootNode)
Called after the root node is rendered, to do any final processing at the end
virtual Void beforeRoot(Node rootNode)
Called before the root node is rendered, to do any initial processing at the start
abstract Type[] nodeTypes()
Get the Node types that this renderer handles.
abstract Void render(Node node)
Render the specified node
markdown 1.0.82∙26-Jun-2025 Thu 13:18:40 EDT