Tables in Markdown

Discourse supports Markdown. You can make tables, for stringing lists for example.

Here’s a quick example or two:

|Column 1 | Column 2 | Column 3
--- | --- | ---
**Things** | _Don't_ | [Need](http://makeuseof.com)
To | *__Look__* | `Pretty`

| Col A | Col B | Col C|
|---|---|---|
| C4 | 1024 | 82.6 |
Column 1 Column 2 Column 3
Things Don’t Need
To Look Pretty
Col A Col B Col C
C4 1024 82.6

I’d encourage people to use this technique. It’s very simple, as is all of Markdown.

For reference, here is the syntax from the developer of Markdown:

https://daringfireball.net/projects/markdown/basics

Bumping this useful topic.