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