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

Method switchMode

static/katex/katex.mjs:13845–13847  ·  view source on GitHub ↗

* Switches between "text" and "math" modes.

(newMode)

Source from the content-addressed store, hash-verified

13843
13844
13845 switchMode(newMode) {
13846 this.mode = newMode;
13847 }
13848 /**
13849 * Start a new group nesting within all namespaces.
13850 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected