m->d: Table formatting could be improved #25

Open
opened 2024-01-11 10:12:28 +00:00 by cadence · 0 comments
Owner

Currently, tables are bridged as rows of sans-serif text and columns are separated by pipe characters, so they aren't aligned with each other.

Discord doesn't support displaying tables, but it does support code blocks as a way to align text. Here are some possible renderings for tables that are small enough width:

Column 1   Column 2   Column 3
------------------------------
Apple      Banana     Cherry
Aardvark   Bee        Crocodile

or

Column 1 Column 2 Column 3
Apple Banana Cherry
Aardvark Bee Crocodile

Currently, tables are bridged as rows of sans-serif text and columns are separated by pipe characters, so they aren't aligned with each other. Discord doesn't support displaying tables, but it does support code blocks as a way to align text. Here are some possible renderings for tables that are small enough width: ``` Column 1 Column 2 Column 3 ------------------------------ Apple Banana Cherry Aardvark Bee Crocodile ``` or <u>`Column 1`</u> <u>`Column 2`</u> <u>`Column 3 `</u> `Apple ` `Banana ` `Cherry ` `Aardvark` `Bee ` `Crocodile`
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cadence/out-of-your-element#25
No description provided.