Skip to main content

Module markdown

Module markdown 

Source
Available on crate feature markdown only.
Expand description

Markdown exporter. Available with the markdown feature.

Pure function over a Report producing a CommonMark-compatible string. Every fact in the report (verdict, severity, tags, evidence, durations) is preserved in the output. No external dependencies.

Functionsยง

to_markdown
Render a report to a CommonMark-compatible Markdown string.