m->d: Table formatting could be improved #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
or
Column 1
Column 2
Column 3
Apple
Banana
Cherry
Aardvark
Bee
Crocodile
Discord changed how inline code got styled in their latest redesign, where each inline code element gets a border. So I have to go with the first option for it to look good now.
Done in
890e80854f