MCPcopy 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
587var _htmlParser;
588function htmlParser () {
589 _htmlParser = _htmlParser || new HTMLParser();
590 return _htmlParser
591}
592
593function Node (node) {
594 node.isBlock = isBlock(node);

Callers 1

RootNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected