Skip to main content

flush_aligned_table

Function flush_aligned_table 

Source
pub fn flush_aligned_table(rows: &[String], caps: TerminalCaps) -> String
Expand description

Flush a buffered markdown table as a column-aligned block. Computes the max display width per column, pads every cell accordingly, renders with // box chars in muted gray. Inline markdown inside cells is honoured.