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

Method toText

static/katex/katex.mjs:6680–6682  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

6678
6679
6680 toText() {
6681 return this.children.map(child => child.toText()).join("");
6682 }
6683
6684}
6685/**

Callers 6

toTextFunction · 0.45
katex.jsFile · 0.45
toTextMethod · 0.45
katex.mjsFile · 0.45
tFunction · 0.45
katex.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected