Andrew Sen

Results 1 issues of Andrew Sen

### Description Passing `auto` to `rowspan` or `colspan` would force the cell to take as much space as possible. For example: ```typst #tablex( columns: 10, [a], colspanx(auto)[b], [c] ) ```...

enhancement