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

Method br

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

Source from the content-addressed store, hash-verified

1134 }
1135 }
1136 br(e) {
1137 let t = this.rules.inline.br.exec(e);
1138 if (t) return { type: "br", raw: t[0] };
1139 }
1140 del(e) {
1141 let t = this.rules.inline.del.exec(e);
1142 if (t)

Callers 2

inlineTokensMethod · 0.80
parseInlineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected