MCPcopy Index your code
hub / github.com/TruthHun/BookStack / renderToString

Function renderToString

static/katex/katex.js:16354–16357  ·  view source on GitHub ↗
(expression, options)

Source from the content-addressed store, hash-verified

16352
16353
16354var renderToString = function renderToString(expression, options) {
16355 var markup = katex_renderToDomTree(expression, options).toMarkup();
16356 return markup;
16357};
16358/**
16359 * Parse an expression and return the parse tree.
16360 */

Callers

nothing calls this directly

Calls 2

katex_renderToDomTreeFunction · 0.85
toMarkupMethod · 0.45

Tested by

no test coverage detected