pub fn format_markdown(diffs: &[(String, DiffResult)]) -> StringExpand description
Format a full diff report as Markdown (for PR comments).
Layout: ### <resource> per changed resource with a fenced +/~/- hunk list.
pub fn format_markdown(diffs: &[(String, DiffResult)]) -> StringFormat a full diff report as Markdown (for PR comments).
Layout: ### <resource> per changed resource with a fenced +/~/- hunk list.