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