MCPcopy Index your code
hub / github.com/TruthHun/BookStack / buildExpressionRow

Function buildExpressionRow

static/katex/katex.js:7021–7023  ·  view source on GitHub ↗
(expression, options)

Source from the content-addressed store, hash-verified

7019 */
7020
7021var buildExpressionRow = function buildExpressionRow(expression, options) {
7022 return buildMathML_makeRow(buildMathML_buildExpression(expression, options));
7023};
7024/**
7025 * Takes a group from the parser and calls the appropriate groupBuilders function
7026 * on it to produce a MathML node.

Callers 1

katex.jsFile · 0.70

Calls 2

buildMathML_makeRowFunction · 0.85

Tested by

no test coverage detected