-
-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
Description
Right now, basic output might look like:
╔════╤════╤════╗
║ 0A │ 0B │ 0C ║
╟────┼────┼────╢
║ 1A │ 1B │ 1C ║
╟────┼────┼────╢
║ 2A │ 2B │ 2C ║
╚════╧════╧════╝I am looking for something like this instead:
╔══════════════╗
║no columns here
╟────┼────┼────╢
║ 1A │ 1B │ 1C ║
╟────┼────┼────╢
║ 2A │ 2B │ 2C ║
╚════╧════╧════╝where the header does not have columns, is this possible?
Reactions are currently unavailable