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

Function delimiter_makeSmallDelim

static/katex/katex.js:8151–8160  ·  view source on GitHub ↗
(delim, style, center, options, mode, classes)

Source from the content-addressed store, hash-verified

8149
8150
8151var delimiter_makeSmallDelim = function makeSmallDelim(delim, style, center, options, mode, classes) {
8152 var text = buildCommon.makeSymbol(delim, "Main-Regular", mode, options);
8153 var span = delimiter_styleWrap(text, style, options, classes);
8154
8155 if (center) {
8156 centerSpan(span, options, style);
8157 }
8158
8159 return span;
8160};
8161/**
8162 * Builds a symbol in the given font size (note size is an integer)
8163 */

Callers 1

Calls 2

delimiter_styleWrapFunction · 0.85
centerSpanFunction · 0.70

Tested by

no test coverage detected