Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ parseInline
Method
parseInline
web/marked.min.js:1736–1738 ·
view source on GitHub ↗
(e, t)
Source
from the content-addressed store, hash-verified
1734
return
new
l(t).parse(e);
1735
}
1736
static parseInline(e, t) {
1737
return
new
l(t).parseInline(e);
1738
}
1739
parse(e, t = !0) {
1740
let
n =
""
;
1741
for
(
let
s = 0; s < e.length; s++) {
Callers
9
heading
Method · 0.80
paragraph
Method · 0.80
tablecell
Method · 0.80
strong
Method · 0.80
em
Method · 0.80
del
Method · 0.80
link
Method · 0.80
image
Method · 0.80
text
Method · 0.80
Calls
9
text
Method · 0.80
html
Method · 0.80
link
Method · 0.80
image
Method · 0.80
strong
Method · 0.80
em
Method · 0.80
codespan
Method · 0.80
br
Method · 0.80
del
Method · 0.80
Tested by
no test coverage detected