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

Function dCellStyle

static/katex/katex.js:9449–9455  ·  view source on GitHub ↗
(envName)

Source from the content-addressed store, hash-verified

9447
9448
9449function dCellStyle(envName) {
9450 if (envName.substr(0, 1) === "d") {
9451 return "display";
9452 } else {
9453 return "text";
9454 }
9455}
9456
9457var array_htmlBuilder = function htmlBuilder(group, options) {
9458 var r;

Callers 1

katex.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected