(group, options)
| 10176 | |
| 10177 | |
| 10178 | var font_htmlBuilder = function htmlBuilder(group, options) { |
| 10179 | var font = group.font; |
| 10180 | var newOptions = options.withFont(font); |
| 10181 | return buildHTML_buildGroup(group.body, newOptions); |
| 10182 | }; |
| 10183 | |
| 10184 | var font_mathmlBuilder = function mathmlBuilder(group, options) { |
| 10185 | var font = group.font; |
nothing calls this directly
no test coverage detected