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
╭─────┬─────╮
│ foo │ bar │
├─────┼─────┤
│ foo │ bar │
├─────┼─────┤
│ │
├─────┼─────┤
│ foo │ bar │
├─────┼─────┤
│ foo │ bar │
╰─────┴─────╯
When using grid, it renders:
+-----+-----+
| foo | bar |
+-----+-----+
| foo | bar |
+-----+-----+
| |
+-----+-----+
| foo | bar |
+-----+-----+
| foo | bar |
+-----+-----+
When using the default non-grid format, it renders:
--- ---
foo bar
foo bar
--- ---
foo bar
foo bar
--- ---
The text was updated successfully, but these errors were encountered:
lingrlongr
changed the title
SEPARATING_LINE doesn't work with rounded_grid table format
SEPARATING_LINE doesn't work with grid table formats
Jun 10, 2024
When using grid table formats to style a table, you get distorted results.
For example, this script:
When using
rounded_grid
, it renders:When using
grid
, it renders:When using the default non-grid format, it renders:
The text was updated successfully, but these errors were encountered: