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

Function array_mathmlBuilder

static/katex/katex.js:9693–9699  ·  view source on GitHub ↗
(group, options)

Source from the content-addressed store, hash-verified

9691};
9692
9693var array_mathmlBuilder = function mathmlBuilder(group, options) {
9694 return new mathMLTree.MathNode("mtable", group.body.map(function (row) {
9695 return new mathMLTree.MathNode("mtr", row.map(function (cell) {
9696 return new mathMLTree.MathNode("mtd", [buildMathML_buildGroup(cell, options)]);
9697 }));
9698 }));
9699}; // Convenience function for aligned and alignedat environments.
9700
9701
9702var array_alignedHandler = function alignedHandler(context, args) {

Callers

nothing calls this directly

Calls 1

buildMathML_buildGroupFunction · 0.85

Tested by

no test coverage detected