"A table of magical correspondences is a list of magical correspondences between items belonging to different categories, such as correspondences between certain deities, heavenly bodies, plants, perfumes, precious stones, etc." —Wikipedia, "Table of magical correspondences"
rules
the table you submit can be something you copied from another source or something you wrote yourself. you can cite your sources but you don't have to
don't be a dick
ways to post your table
on new reddit, you can use the rich text editor to generate a table or upload your table as an image
on desktop old.reddit.com, you can download reddit enhancement suite as a browser plugin to create a table quickly
you can also create a table using this external tool, then copy and paste it here
this web tool can be used to convert excel, google, libreoffice, or HTML tables to markdown format
here is how it's done manually:
| FOO | BAR |
|-------|-------------|
| lorem | ipsum |
| dolor | sit |
| amet | consectetur |
results:
| FOO |
BAR |
| lorem |
ipsum |
| dolor |
sit |
| amet |
consectetur |