Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ tablerow
Method
tablerow
web/marked.min.js:1634–1638 ·
view source on GitHub ↗
({ text: e })
Source
from the content-addressed store, hash-verified
1632
);
1633
}
1634
tablerow({ text: e }) {
1635
return
`<tr>
1636
${e}</tr>
1637
`;
1638
}
1639
tablecell(e) {
1640
let
t = this.parser.parseInline(e.tokens),
1641
n = e.header ?
"th"
:
"td"
;
Callers
1
table
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected