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

Function rt

web/marked.min.js:536–552  ·  view source on GitHub ↗
(l, e, t)

Source from the content-addressed store, hash-verified

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;
539 let s = n[1];
540 return e
541 .split(
542 `
543`,
544 )
545 .map((i) => {
546 let r = i.match(t.other.beginningSpace);
547 if (r === null) return i;
548 let [o] = r;
549 return o.length >= s.length ? i.slice(s.length) : i;
550 }).join(`
551`);
552 }
553 var S = class {
554 options;
555 rules;

Callers 1

fencesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected