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

Method withPhantom

static/katex/katex.mjs:4976–4980  ·  view source on GitHub ↗

* Create a new options object with "phantom" set to true.

()

Source from the content-addressed store, hash-verified

4974
4975
4976 withPhantom() {
4977 return this.extend({
4978 phantom: true
4979 });
4980 }
4981 /**
4982 * Creates a new options object with the given math font or old text font.
4983 * @type {[type]}

Callers 3

katex.jsFile · 0.80
katex.mjsFile · 0.80
katex.min.jsFile · 0.80

Calls 1

extendMethod · 0.95

Tested by

no test coverage detected