Skip to main content

align_env_body

Function align_env_body 

Source
pub fn align_env_body(body: &str) -> String
Expand description

Lay out an aligning-environment body: split on \\ rows, then on & cells, pad each cell to its column’s max display width, emit with " & " separators and a " \\\n" row break.