[go: up one dir, main page]

fix_all_tables

Function fix_all_tables 

Source
pub fn fix_all_tables(
    lines: &mut Vec<FmtLine<'_>>,
    width: usize,
    skin: &MadSkin,
)
Expand description

Modify the rows of all tables in order to ensure it fits the widths and all cells have the widths of their column.

Some lines may be added to the table in the process, which means any precedent indexing might be invalid.