Function leptos::html::math

source ·
pub fn math(cx: Scope) -> HtmlElement<Math>
Expand description

The top-level element in MathML is <math>. Every valid MathML instance must be wrapped in <math> tags. In addition you must not nest a second <math> element in another, but you can have an arbitrary number of other child elements in it.