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

Method toNode

static/katex/katex.mjs:6699–6701  ·  view source on GitHub ↗

* Converts the text node into a DOM text node.

()

Source from the content-addressed store, hash-verified

6697
6698
6699 toNode() {
6700 return document.createTextNode(this.text);
6701 }
6702 /**
6703 * Converts the text node into escaped HTML markup
6704 * (representing the text itself).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected