Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ parser
Method
parser
web/marked.min.js:2107–2109 ·
view source on GitHub ↗
(e, t)
Source
from the content-addressed store, hash-verified
2105
return
x.lex(e, t ?? this.defaults);
2106
}
2107
parser(e, t) {
2108
return
b.parse(e, t ?? this.defaults);
2109
}
2110
parseMarkdown(e) {
2111
return
(n, s) => {
2112
let
i = { ...s },
Callers
nothing calls this directly
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected