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

Function nodes

static/word2md/mammoth.browser.js:238–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236
237 function convertRun(run, messages, options) {
238 var nodes = function() {
239 return convertElements(run.children, messages, options);
240 };
241 var paths = [];
242 if (run.isSmallCaps) {
243 paths.push(findHtmlPathForRunProperty("smallCaps"));

Callers 1

convertRunFunction · 0.70

Calls 1

convertElementsFunction · 0.70

Tested by

no test coverage detected