pub fn set_mathml(mathml_str: String) -> Result<String>
Expand description
This will override any previous MathML that was set.
This returns canonical MathML with ’id’s set on any node that doesn’t have an id.
The ids can be used for sync highlighting if the Bookmark
API preference is true.