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

Function referenceHtmlId

static/word2md/mammoth.browser.js:326–328  ·  view source on GitHub ↗
(referenceType, referenceId)

Source from the content-addressed store, hash-verified

324 }
325
326 function referenceHtmlId(referenceType, referenceId) {
327 return htmlId(referenceType + "-ref-" + referenceId);
328 }
329
330 function htmlId(suffix) {
331 return idPrefix + suffix;

Callers 3

noteRefHtmlIdFunction · 0.70
convertCommentReferenceFunction · 0.70
convertCommentFunction · 0.70

Calls 1

htmlIdFunction · 0.70

Tested by

no test coverage detected