MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / tablecell

Method tablecell

web/marked.min.js:1639–1648  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1637`;
1638 }
1639 tablecell(e) {
1640 let t = this.parser.parseInline(e.tokens),
1641 n = e.header ? "th" : "td";
1642 return (
1643 (e.align ? `<${n} align="${e.align}">` : `<${n}>`) +
1644 t +
1645 `</${n}>
1646`
1647 );
1648 }
1649 strong({ tokens: e }) {
1650 return `<strong>${this.parser.parseInline(e)}</strong>`;
1651 }

Callers 1

tableMethod · 0.80

Calls 1

parseInlineMethod · 0.80

Tested by

no test coverage detected