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

Function readFootnoteElement

static/word2md/mammoth.browser.js:1769–1775  ·  view source on GitHub ↗
(footnoteElement)

Source from the content-addressed store, hash-verified

1767 }
1768
1769 function readFootnoteElement(footnoteElement) {
1770 var id = footnoteElement.attributes["w:id"];
1771 return bodyReader.readXmlElements(footnoteElement.children)
1772 .map(function(body) {
1773 return documents.Note({noteType: noteType, noteId: id, body: body});
1774 });
1775 }
1776
1777 return readNotesXml;
1778}

Callers

nothing calls this directly

Calls 1

NoteMethod · 0.80

Tested by

no test coverage detected