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

Function dCellStyle

static/katex/katex.mjs:9300–9306  ·  view source on GitHub ↗
(envName)

Source from the content-addressed store, hash-verified

9298
9299
9300function dCellStyle(envName) {
9301 if (envName.substr(0, 1) === "d") {
9302 return "display";
9303 } else {
9304 return "text";
9305 }
9306}
9307
9308const htmlBuilder$3 = function htmlBuilder(group, options) {
9309 let r;

Callers 1

handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected