Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ strong
Method
strong
web/marked.min.js:1649–1651 ·
view source on GitHub ↗
({ tokens: e })
Source
from the content-addressed store, hash-verified
1647
);
1648
}
1649
strong({ tokens: e }) {
1650
return
`<strong>${this.parser.parseInline(e)}</strong>`;
1651
}
1652
em({ tokens: e }) {
1653
return
`<em>${this.parser.parseInline(e)}</em>`;
1654
}
Callers
1
parseInline
Method · 0.80
Calls
1
parseInline
Method · 0.80
Tested by
no test coverage detected