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

Function parseStyleMap

static/word2md/mammoth.browser.js:2414–2421  ·  view source on GitHub ↗
(styleMap)

Source from the content-addressed store, hash-verified

2412}
2413
2414function parseStyleMap(styleMap) {
2415 return Result.combine((styleMap || []).map(readStyle))
2416 .map(function(styleMap) {
2417 return styleMap.filter(function(styleMapping) {
2418 return !!styleMapping;
2419 });
2420 });
2421}
2422
2423
2424function extractRawText(input) {

Callers 1

convertDocumentToHtmlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected