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

Function markdownElement

static/word2md/mammoth.browser.js:3445–3449  ·  view source on GitHub ↗
(start, end)

Source from the content-addressed store, hash-verified

3443}
3444
3445function markdownElement(start, end) {
3446 return function() {
3447 return {start: start, end: end};
3448 };
3449}
3450
3451function markdownLink(attributes) {
3452 var href = attributes.href || "";

Callers 2

symmetricMarkdownElementFunction · 0.70
mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected