(group, options)
| 10025 | // TODO(kevinb): implement \\sl and \\sc |
| 10026 | |
| 10027 | const htmlBuilder$5 = (group, options) => { |
| 10028 | const font = group.font; |
| 10029 | const newOptions = options.withFont(font); |
| 10030 | return buildGroup(group.body, newOptions); |
| 10031 | }; |
| 10032 | |
| 10033 | const mathmlBuilder$5 = (group, options) => { |
| 10034 | const font = group.font; |
nothing calls this directly
no test coverage detected