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

Function makeNullDelimiter

static/katex/katex.js:6489–6492  ·  view source on GitHub ↗
(options, classes)

Source from the content-addressed store, hash-verified

6487 return DomEnum[node.classes[0]] || null;
6488};
6489var makeNullDelimiter = function makeNullDelimiter(options, classes) {
6490 var moreClasses = ["nulldelimiter"].concat(options.baseSizingClasses());
6491 return buildHTML_makeSpan(classes.concat(moreClasses));
6492};
6493/**
6494 * buildGroup is the function that takes a group and calls the correct groupType
6495 * function for it. It also handles the interaction of size and style changes

Callers 2

katex.jsFile · 0.70
genfrac_htmlBuilderFunction · 0.70

Calls 1

baseSizingClassesMethod · 0.80

Tested by

no test coverage detected