Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ htmlParser
Function
htmlParser
static/word2md/turndown.js:588–591 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
586
587
var
_htmlParser;
588
function
htmlParser () {
589
_htmlParser = _htmlParser ||
new
HTMLParser();
590
return
_htmlParser
591
}
592
593
function
Node (node) {
594
node.isBlock = isBlock(node);
Callers
1
RootNode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected