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

Function isInPre

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

Source from the content-addressed store, hash-verified

3343 }
3344
3345 function isInPre() {
3346 return _.some(stack, function(tagName) {
3347 return tagName === "pre";
3348 });
3349 }
3350
3351 return {
3352 asString: writer.asString,

Callers 2

textFunction · 0.70
indentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected