c-cube / printbox

print nested boxes, lists, arrays, tables in several formats
https://c-cube.github.io/printbox/
BSD 2-Clause "Simplified" License
77 stars 10 forks source link

right-alignment in grids #6

Closed c-cube closed 5 years ago

c-cube commented 5 years ago

control alignment by padding by col.size - cell.size on the left, rather than the right.

more generally that should be a combinator (how to pad a cell within its rendering space)