zulip/help/include/tables-examples.md

477 B

What you type

|| yes | no | maybe
|---|---|:---:|------:
| A | left-aligned | centered | right-aligned
| B |     extra      spaces      |  are |  ok
| C | **bold** *italic* ~~strikethrough~~  :smile:  ||

!!! tip ""

The initial pipes (`|`) are optional if every entry in the first column is
non-empty.
The header separators (`---`) must be at least three dashes long.

What it looks like

Markdown table