markdown table center code example
Example 1: markdown center table
| Tables | Are | Cool |
|----------|:-------------:|------:|
| col 1 is | left-aligned | $1600 |
| col 2 is | centered | $12 |
| col 3 is | right-aligned | $1 |
Example 2: center table markdown github
| Default Header | Left Align | Right Align | Center Align |
| -------------- | :--------- | ----------: | :----------: |