Rulvar API reference / @rulvar/core / renderCapacitySheetMarkdown
Function: renderCapacitySheetMarkdown()
ts
function renderCapacitySheetMarkdown(sheet): string;Defined in: packages/core/src/orchestrator/capacity-sheet.ts:373
Renders the sheet as Markdown: one heading per section, one line per figure with its provenance label on the line, and the named assumptions last. A reader who quotes any single line quotes its provenance with it; that is the point.
Parameters
| Parameter | Type |
|---|---|
sheet | CapacitySheet |
Returns
string