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

Function close

static/word2md/mammoth.browser.js:3304–3311  ·  view source on GitHub ↗
(tagName)

Source from the content-addressed store, hash-verified

3302 }
3303
3304 function close(tagName) {
3305 if (indentedElements[tagName]) {
3306 indentationLevel--;
3307 indent();
3308 }
3309 stack.pop();
3310 writer.close(tagName);
3311 }
3312
3313 function text(value) {
3314 startText();

Callers 1

selfClosingFunction · 0.70

Calls 1

indentFunction · 0.70

Tested by

no test coverage detected