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

Function mclass_htmlBuilder

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

Source from the content-addressed store, hash-verified

10060var mclass_makeSpan = buildCommon.makeSpan;
10061
10062function mclass_htmlBuilder(group, options) {
10063 var elements = buildHTML_buildExpression(group.body, options, true);
10064 return mclass_makeSpan([group.mclass], elements, options);
10065}
10066
10067function mclass_mathmlBuilder(group, options) {
10068 var inner = buildMathML_buildExpression(group.body, options);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected