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

Function convertTableRow

static/word2md/mammoth.browser.js:377–382  ·  view source on GitHub ↗
(element, messages, options)

Source from the content-addressed store, hash-verified

375 }
376
377 function convertTableRow(element, messages, options) {
378 var children = convertElements(element.children, messages, options);
379 return [
380 Html.freshElement("tr", {}, [Html.forceWrite].concat(children))
381 ];
382 }
383
384 function convertTableCell(element, messages, options) {
385 var tagName = options.isTableHeader ? "th" : "td";

Callers

nothing calls this directly

Calls 1

convertElementsFunction · 0.70

Tested by

no test coverage detected