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

Function unrecognisedStyleWarning

static/word2md/mammoth.browser.js:543–548  ·  view source on GitHub ↗
(type, element)

Source from the content-addressed store, hash-verified

541}
542
543function unrecognisedStyleWarning(type, element) {
544 return results.warning(
545 "Unrecognised " + type + " style: '" + element.styleName + "'" +
546 " (Style ID: " + element.styleId + ")"
547 );
548}
549
550function flatMap(values, func) {
551 return _.flatten(values.map(func), true);

Callers 2

htmlPathForParagraphFunction · 0.70
convertRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected