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

Method provideParser

web/marked.min.js:1936–1938  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1934 return this.block ? x.lex : x.lexInline;
1935 }
1936 provideParser() {
1937 return this.block ? b.parse : b.parseInline;
1938 }
1939 };
1940 var E = class {
1941 defaults = z();

Callers 1

parseMarkdownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected