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

Function isFootnoteElement

static/word2md/mammoth.browser.js:1764–1767  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1762 }
1763
1764 function isFootnoteElement(element) {
1765 var type = element.attributes["w:type"];
1766 return type !== "continuationSeparator" && type !== "separator";
1767 }
1768
1769 function readFootnoteElement(footnoteElement) {
1770 var id = footnoteElement.attributes["w:id"];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected