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

Function font_htmlBuilder

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

Source from the content-addressed store, hash-verified

10176
10177
10178var 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
10184var font_mathmlBuilder = function mathmlBuilder(group, options) {
10185 var font = group.font;

Callers

nothing calls this directly

Calls 2

buildHTML_buildGroupFunction · 0.85
withFontMethod · 0.80

Tested by

no test coverage detected