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.
Parameters
Section titled “Parameters”section
Section titled “section”options?
Section titled “options?”RenderAslFileSectionOptions = ...
Returns
Section titled “Returns”string