MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / image

Method image

web/marked.min.js:1676–1683  ·  view source on GitHub ↗
({ href: e, title: t, text: n, tokens: s })

Source from the content-addressed store, hash-verified

1674 );
1675 }
1676 image({ href: e, title: t, text: n, tokens: s }) {
1677 s && (n = this.parser.parseInline(s, this.parser.textRenderer));
1678 let i = V(e);
1679 if (i === null) return R(n);
1680 e = i;
1681 let r = `<img src="${e}" alt="${n}"`;
1682 return (t && (r += ` title="${R(t)}"`), (r += ">"), r);
1683 }
1684 text(e) {
1685 return "tokens" in e && e.tokens
1686 ? this.parser.parseInline(e.tokens)

Callers 1

parseInlineMethod · 0.80

Calls 3

VFunction · 0.85
RFunction · 0.85
parseInlineMethod · 0.80

Tested by

no test coverage detected