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

Method hr

web/marked.min.js:617–628  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

615 }
616 }
617 hr(e) {
618 let t = this.rules.block.hr.exec(e);
619 if (t)
620 return {
621 type: "hr",
622 raw: A(
623 t[0],
624 `
625`,
626 ),
627 };
628 }
629 blockquote(e) {
630 let t = this.rules.block.blockquote.exec(e);
631 if (t) {

Callers 2

blockTokensMethod · 0.80
parseMethod · 0.80

Calls 1

AFunction · 0.85

Tested by

no test coverage detected