Skip to content

renderAslFileSection

function renderAslFileSection(section, options?): string;

Defined in: src/ci/buildReport.ts:280

Renders a file section to Markdown. Pass includeDiagram: false to drop the fenced Mermaid block in favor of a placeholder line — for platforms with a diagram-size budget, once a report has crossed it.

AslFileSection

RenderAslFileSectionOptions = ...

string