Skip to main content

Module parse_node

Module parse_node 

Source

Structs§

AlignSpec
Column alignment spec for array environments.
Measurement
A measurement with number and unit (e.g., “3pt”, “1em”).

Enums§

AlignType
ArrayTag
Tag variant for array rows: either auto-numbered (bool) or explicit tag.
AtomFamily
Atom family: determines spacing behavior. Matches KaTeX’s Atom type.
Mode
Mode of the parser: math or text. Matches KaTeX’s Mode type.
ParseNode
The main AST node type. Each variant corresponds to a KaTeX ParseNode type.
StyleStr
Style string for \displaystyle, \textstyle etc.