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

Method toMarkup

static/katex/katex.mjs:6708–6710  ·  view source on GitHub ↗

* Converts the text node into escaped HTML markup * (representing the text itself).

()

Source from the content-addressed store, hash-verified

6706
6707
6708 toMarkup() {
6709 return utils.escape(this.toText());
6710 }
6711 /**
6712 * Converts the text node into a string
6713 * (representing the text iteself).

Callers

nothing calls this directly

Calls 1

toTextMethod · 0.95

Tested by

no test coverage detected