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

Function makeNullDelimiter

static/katex/katex.mjs:6443–6446  ·  view source on GitHub ↗
(options, classes)

Source from the content-addressed store, hash-verified

6441 return DomEnum[node.classes[0]] || null;
6442};
6443const makeNullDelimiter = function makeNullDelimiter(options, classes) {
6444 const moreClasses = ["nulldelimiter"].concat(options.baseSizingClasses());
6445 return makeSpan$1(classes.concat(moreClasses));
6446};
6447/**
6448 * buildGroup is the function that takes a group and calls the correct groupType
6449 * function for it. It also handles the interaction of size and style changes

Callers 2

katex.mjsFile · 0.70
htmlBuilder$6Function · 0.70

Calls 1

baseSizingClassesMethod · 0.80

Tested by

no test coverage detected