Skip to main content

render_diff_md

Function render_diff_md 

Source
pub fn render_diff_md(
    from_source: &str,
    to_source: &str,
    rows: &[DiffRow],
    totals: &DiffTotals,
) -> String
Expand description

Render diff as Markdown table.