It'd be great to have a new Box enum which specifies that the first (or last, or both) columns in a table should be separated by a vertical bar. For example:
| A B C
------+-----------------
x | ... ... ...
y | ... ... ...
z | ... ... ...
here, the x, y, z are row labels that make up the first column in the table. (This leading column also has no header.)
It'd be great to have a new
Box
enum which specifies that the first (or last, or both) columns in a table should be separated by a vertical bar. For example:here, the
x
,y
,z
are row labels that make up the first column in the table. (This leading column also has no header.)