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, Diff, or MultiReport producing a CommonMark-compatible string. Every fact (verdict, severity, tags, evidence, durations) is preserved in the output. No external dependencies.

Functionsยง

diff_to_markdown
Render a Diff to a CommonMark-compatible Markdown string.
multi_to_markdown
Render a MultiReport to a CommonMark-compatible Markdown string.
to_markdown
Render a report to a CommonMark-compatible Markdown string.