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

Method toText

static/katex/katex.mjs:6790–6796  ·  view source on GitHub ↗

* Converts the math node into a string, similar to innerText.

()

Source from the content-addressed store, hash-verified

6788
6789
6790 toText() {
6791 if (this.character) {
6792 return this.character;
6793 } else {
6794 return " ";
6795 }
6796 }
6797
6798}
6799

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected