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

Function me

web/marked.min.js:521–535  ·  view source on GitHub ↗
(l, e, t, n, s)

Source from the content-addressed store, hash-verified

519 return t > 0 ? -2 : -1;
520 }
521 function me(l, e, t, n, s) {
522 let i = e.href,
523 r = e.title || null,
524 o = l[1].replace(s.other.outputLinkReplace, "$1");
525 n.state.inLink = !0;
526 let a = {
527 type: l[0].charAt(0) === "!" ? "image" : "link",
528 raw: t,
529 href: i,
530 title: r,
531 text: o,
532 tokens: n.inlineTokens(o),
533 };
534 return ((n.state.inLink = !1), a);
535 }
536 function rt(l, e, t) {
537 let n = l.match(t.other.indentCodeCompensation);
538 if (n === null) return e;

Callers 2

linkMethod · 0.85
reflinkMethod · 0.85

Calls 1

inlineTokensMethod · 0.80

Tested by

no test coverage detected