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

Function stretchy_mathMLnode

static/katex/katex.js:7174–7178  ·  view source on GitHub ↗
(label)

Source from the content-addressed store, hash-verified

7172};
7173
7174var stretchy_mathMLnode = function mathMLnode(label) {
7175 var node = new mathMLTree.MathNode("mo", [new mathMLTree.TextNode(stretchyCodePoint[label.substr(1)])]);
7176 node.setAttribute("stretchy", "true");
7177 return node;
7178}; // Many of the KaTeX SVG images have been adapted from glyphs in KaTeX fonts.
7179// Copyright (c) 2009-2010, Design Science, Inc. (<www.mathjax.org>)
7180// Copyright (c) 2014-2017 Khan Academy (<www.khanacademy.org>)
7181// Licensed under the SIL Open Font License, Version 1.1.

Callers

nothing calls this directly

Calls 1

setAttributeMethod · 0.95

Tested by

no test coverage detected