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

Method inlineText

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

Source from the content-addressed store, hash-verified

1188 }
1189 }
1190 inlineText(e) {
1191 let t = this.rules.inline.text.exec(e);
1192 if (t) {
1193 let n = this.lexer.state.inRawBlock;
1194 return { type: "text", raw: t[0], text: t[0], escaped: n };
1195 }
1196 }
1197 };
1198 var x = class l {
1199 tokens;

Callers 1

inlineTokensMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected