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

Function isBlock

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

Source from the content-addressed store, hash-verified

25];
26
27function isBlock (node) {
28 return blockElements.indexOf(node.nodeName.toLowerCase()) !== -1
29}
30
31var voidElements = [
32 'area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'input',

Callers 3

collapseWhitespaceFunction · 0.85
NodeFunction · 0.85
isFlankedByWhitespaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected