Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ br
Method
br
web/marked.min.js:1136–1139 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
1134
}
1135
}
1136
br(e) {
1137
let
t = this.rules.inline.br.exec(e);
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)
Callers
2
inlineTokens
Method · 0.80
parseInline
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected