Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ isVoid
Function
isVoid
static/word2md/turndown.js:36–38 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
34
];
35
36
function
isVoid (node) {
37
return
voidElements.indexOf(node.nodeName.toLowerCase()) !== -1
38
}
39
40
var
voidSelector = voidElements.join();
41
function
hasVoid (node) {
Callers
2
collapseWhitespace
Function · 0.85
isBlank
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected