Simple tables an be done with Markdown:
| Key | Value | | --- | ---- | | a | 1 | | b | 2 | | c | 3 |
Produces:
For anything fancier than that you should use HTML.