pub type HtmlBuilder = fn(&ParseNode, &Options, &KatexContext) -> Result<HtmlDomNode, ParseError>;
Expand description
Type alias for functions that build HTML DOM nodes from mathematical parse nodes.
pub type HtmlBuilder = fn(&ParseNode, &Options, &KatexContext) -> Result<HtmlDomNode, ParseError>;
Type alias for functions that build HTML DOM nodes from mathematical parse nodes.