You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)The text was updated successfully, but these errors were encountered: