MCPcopy Create free account
hub / github.com/TruthHun/BookStack / mclass_mathmlBuilder

Function mclass_mathmlBuilder

static/katex/katex.js:10067–10070  ·  view source on GitHub ↗
(group, options)

Source from the content-addressed store, hash-verified

10065}
10066
10067function mclass_mathmlBuilder(group, options) {
10068 var inner = buildMathML_buildExpression(group.body, options);
10069 return mathMLTree.newDocumentFragment(inner);
10070} // Math class commands except \mathop
10071
10072
10073defineFunction({

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected