I have a table:
| This | Is | A | Table |
| :--- | -- | - | ----: |
| foo | ba | r | elbaT |
I'd like the table to display in the center of my Markdown file instead of left-aligned. I am not trying to align text, but the entire table itself. Do I need to resort to HTML/CSS to achieve what I want?
This is for an Apiary.io project.