Using the table example from "Markdown Cheatsheet" on GitHub, you get this:
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
My question is, is there any way to left-align the header cells while retaining the alignment in the image? IE, I want to align the header differently than the body.
