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

Function buildExpressionRow

static/katex/katex.mjs:6939–6941  ·  view source on GitHub ↗
(expression, options)

Source from the content-addressed store, hash-verified

6937 */
6938
6939const buildExpressionRow = function buildExpressionRow(expression, options) {
6940 return makeRow(buildExpression$1(expression, options));
6941};
6942/**
6943 * Takes a group from the parser and calls the appropriate groupBuilders function
6944 * on it to produce a MathML node.

Callers 2

katex.mjsFile · 0.70
mathmlBuilderFunction · 0.70

Calls 2

makeRowFunction · 0.85
buildExpression$1Function · 0.85

Tested by

no test coverage detected