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

Function hasVoid

static/word2md/turndown.js:41–43  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

39
40var voidSelector = voidElements.join();
41function hasVoid (node) {
42 return node.querySelector && node.querySelector(voidSelector)
43}
44
45var rules = {};
46

Callers 1

isBlankFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected