Skip to main content

render_diff_md_with_options

Function render_diff_md_with_options 

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

Render diff as Markdown table with optional compact/color behavior.