mirror of https://github.com/zulip/zulip.git
20 lines
477 B
Markdown
20 lines
477 B
Markdown
|
### 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](/static/images/help/markdown-table.png)
|