HtmlBuilder

Type Alias HtmlBuilder 

Source
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.