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

Function buildHTMLTree

static/katex/katex.mjs:7026–7031  ·  view source on GitHub ↗
(tree, expression, settings)

Source from the content-addressed store, hash-verified

7024 return displayWrap(katexNode, settings);
7025};
7026const buildHTMLTree = function buildHTMLTree(tree, expression, settings) {
7027 const options = optionsFromSettings(settings);
7028 const htmlNode = buildHTML(tree, options);
7029 const katexNode = buildCommon.makeSpan(["katex"], [htmlNode]);
7030 return displayWrap(katexNode, settings);
7031};
7032
7033/**
7034 * This file provides support to buildMathML.js and buildHTML.js

Callers 1

renderToHTMLTreeFunction · 0.85

Calls 3

optionsFromSettingsFunction · 0.85
displayWrapFunction · 0.85
buildHTMLFunction · 0.70

Tested by

no test coverage detected