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

Method del

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

Source from the content-addressed store, hash-verified

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)
1143 return {
1144 type: "del",
1145 raw: t[0],
1146 text: t[2],
1147 tokens: this.lexer.inlineTokens(t[2]),
1148 };
1149 }
1150 autolink(e) {
1151 let t = this.rules.inline.autolink.exec(e);
1152 if (t) {

Callers 2

inlineTokensMethod · 0.80
parseInlineMethod · 0.80

Calls 2

inlineTokensMethod · 0.80
parseInlineMethod · 0.80

Tested by

no test coverage detected