Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
var
voidSelector = voidElements.join();
41
function
hasVoid (node) {
42
return
node.querySelector && node.querySelector(voidSelector)
43
}
44
45
var
rules = {};
46
Callers
1
isBlank
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected