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

Method escape

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

Source from the content-addressed store, hash-verified

972 };
973 }
974 escape(e) {
975 let t = this.rules.inline.escape.exec(e);
976 if (t) return { type: "escape", raw: t[0], text: t[1] };
977 }
978 tag(e) {
979 let t = this.rules.inline.tag.exec(e);
980 if (t)

Callers 2

generate_htmlFunction · 0.80
inlineTokensMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected