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

Function noteHtmlId

static/word2md/mammoth.browser.js:314–316  ·  view source on GitHub ↗
(note)

Source from the content-addressed store, hash-verified

312 }
313
314 function noteHtmlId(note) {
315 return referentHtmlId(note.noteType, note.noteId);
316 }
317
318 function noteRefHtmlId(note) {
319 return referenceHtmlId(note.noteType, note.noteId);

Callers 1

DocumentConversionFunction · 0.70

Calls 1

referentHtmlIdFunction · 0.70

Tested by

no test coverage detected