MCPcopy Index your code
hub / github.com/markdoc/markdoc / formatTableRow

Function formatTableRow

src/formatter.ts:39–41  ·  view source on GitHub ↗
(items: Array<string>)

Source from the content-addressed store, hash-verified

37}
38
39function* formatTableRow(items: Array<string>) {
40 yield `| ${items.join(' | ')} |`;
41}
42
43function formatScalar(v: Value): string | undefined {
44 if (v === undefined) {

Callers 1

formatNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…