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
Diffto a CommonMark-compatible Markdown string. - multi_
to_ markdown - Render a
MultiReportto a CommonMark-compatible Markdown string. - to_
markdown - Render a report to a CommonMark-compatible Markdown string.