Ben Gorman

Ben Gorman

Life's a garden. Dig it.

You can render tables using Markdown. For example

| Country       | Population (2023) | Yearly change |
|---------------|:-----------------:|--------------:|
| India         | 1,428,627,663     |  0.81 %       |
| China         | 1,425,671,352     | **-0.02 %**   |
| United States | 339,996,563       |  0.50 %       |
Country Population (2023) Yearly change
India 1,428,627,663 0.81 %
China 1,425,671,352 -0.02 %
United States 339,996,563 0.50 %

Notes

  • There must be at least three dashes separating each header cell.
  • Columns are left-aligned by default, but you can make them center-aligned or right-aligned using colons, as displayed in the example above.
  • You can also use inline Markdown. Notice China's population change is displayed in bold in the example above.