MCPcopy Create free account
hub / github.com/TruthHun/BookStack / htmlBuilder$5

Function htmlBuilder$5

static/katex/katex.mjs:10027–10031  ·  view source on GitHub ↗
(group, options)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

buildGroupFunction · 0.85
withFontMethod · 0.80

Tested by

no test coverage detected