# Functions
NewBlock creates a new math Block.
NewBlockParser creates a new math BlockParser.
NewBlockRenderer creates a new renderer for math Blocks.
NewExtension creates a new math extension with the provided options.
NewInline creates a new ast math inline node.
NewInlineRenderer returns a new renderer for inline math.
# Variables
KindBlock is the node kind for math blocks.
KindInline is the kind for math inline.
# Structs
Block represents a display math block e.g.
BlockRenderer represents a renderer for math Blocks.
Extension is a math extension.
Inline struct represents inline math e.g.
InlineRenderer is an inline renderer.