Archived on 6/5/2022

How to create tables in your posts

SE23.life
28 Nov '17

A handy guide to creating tables in your posts:

Simple Example

| Col A | Col B | Col C |
|---|---|---|
| A1 | B1 | C1 |
| A2 | B2 | C2 |

produces:

Col A Col B Col C
A1 B1 C1
A2 B2 C2