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

Function convertBreak

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

Source from the content-addressed store, hash-verified

438 }
439
440 function convertBreak(element, messages, options) {
441 return htmlPathForBreak(element).wrap(function() {
442 return [];
443 });
444 }
445
446 function htmlPathForBreak(element) {
447 var style = findStyle(element);

Callers

nothing calls this directly

Calls 1

htmlPathForBreakFunction · 0.70

Tested by

no test coverage detected