blob: 831132c44eced171245f5e3daa10c4ec79248b39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# tables(1)
## DESCRIPTION
Testing tables.
| Single col |
--------------
| Hi! :) |
Header content | With `format` *text* | Another column
---------------|----------------------|----------------
Some data | More data |
Extra long amount of text within a column | hi | there
Left aligned | Center aligned | Right aligned
-------------|:--------------:|--------------:
abc | def | ghi
Left aligned | Center aligned | Right aligned
-------------|:--------------:|--------------:
X | X | X
Extra long text 123456789012 with mixed widths. | Extra long text 123456789012 with mixed widths. | Extra long text 123456789012 with mixed widths.
| Link check |
--------------
| [foo] |
| <https://example.com/> |
[foo]: https://example.com/
|