pub fn parse_math_content(content: &str, opts: MathParseOptions) -> GreenNodeExpand description
Parse math content into a lossless MATH_CONTENT green node. content is
the raw text between (but excluding) the math delimiters. Never fails:
SyntaxNode::new_root(result).text() == content for every input.