Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / renderCapacitySheetMarkdown

Function: renderCapacitySheetMarkdown()

ts
function renderCapacitySheetMarkdown(sheet): string;

Defined in: packages/core/dist/index.d.ts

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

ParameterType
sheetCapacitySheet

Returns

string