|
1 | 1 | Simple table with caption:
|
2 | 2 |
|
3 |
| -> +-------+------+--------+---------+ |
4 |
| -> | Right | Left | Center | Default | |
5 |
| -> +=======+======+========+=========+ |
6 |
| -> | 12 | 12 | 12 | 12 | |
7 |
| -> +-------+------+--------+---------+ |
8 |
| -> | 123 | 123 | 123 | 123 | |
9 |
| -> +-------+------+--------+---------+ |
10 |
| -> | 1 | 1 | 1 | 1 | |
11 |
| -> +-------+------+--------+---------+ |
12 |
| -> |
13 |
| -> Demonstration of simple table syntax. |
| 3 | ++-------+------+--------+---------+ |
| 4 | +| Right | Left | Center | Default | |
| 5 | ++=======+======+========+=========+ |
| 6 | +| 12 | 12 | 12 | 12 | |
| 7 | ++-------+------+--------+---------+ |
| 8 | +| 123 | 123 | 123 | 123 | |
| 9 | ++-------+------+--------+---------+ |
| 10 | +| 1 | 1 | 1 | 1 | |
| 11 | ++-------+------+--------+---------+ |
| 12 | + |
| 13 | +Demonstration of simple table syntax. |
14 | 14 |
|
15 | 15 | Simple table without caption:
|
16 | 16 |
|
17 |
| -> +-------+------+--------+---------+ |
18 |
| -> | Right | Left | Center | Default | |
19 |
| -> +=======+======+========+=========+ |
20 |
| -> | 12 | 12 | 12 | 12 | |
21 |
| -> +-------+------+--------+---------+ |
22 |
| -> | 123 | 123 | 123 | 123 | |
23 |
| -> +-------+------+--------+---------+ |
24 |
| -> | 1 | 1 | 1 | 1 | |
25 |
| -> +-------+------+--------+---------+ |
| 17 | ++-------+------+--------+---------+ |
| 18 | +| Right | Left | Center | Default | |
| 19 | ++=======+======+========+=========+ |
| 20 | +| 12 | 12 | 12 | 12 | |
| 21 | ++-------+------+--------+---------+ |
| 22 | +| 123 | 123 | 123 | 123 | |
| 23 | ++-------+------+--------+---------+ |
| 24 | +| 1 | 1 | 1 | 1 | |
| 25 | ++-------+------+--------+---------+ |
26 | 26 |
|
27 | 27 | Simple table indented two spaces:
|
28 | 28 |
|
29 |
| -> +-------+------+--------+---------+ |
30 |
| -> | Right | Left | Center | Default | |
31 |
| -> +=======+======+========+=========+ |
32 |
| -> | 12 | 12 | 12 | 12 | |
33 |
| -> +-------+------+--------+---------+ |
34 |
| -> | 123 | 123 | 123 | 123 | |
35 |
| -> +-------+------+--------+---------+ |
36 |
| -> | 1 | 1 | 1 | 1 | |
37 |
| -> +-------+------+--------+---------+ |
38 |
| -> |
39 |
| -> Demonstration of simple table syntax. |
| 29 | ++-------+------+--------+---------+ |
| 30 | +| Right | Left | Center | Default | |
| 31 | ++=======+======+========+=========+ |
| 32 | +| 12 | 12 | 12 | 12 | |
| 33 | ++-------+------+--------+---------+ |
| 34 | +| 123 | 123 | 123 | 123 | |
| 35 | ++-------+------+--------+---------+ |
| 36 | +| 1 | 1 | 1 | 1 | |
| 37 | ++-------+------+--------+---------+ |
| 38 | + |
| 39 | +Demonstration of simple table syntax. |
40 | 40 |
|
41 | 41 | Multiline table with caption:
|
42 | 42 |
|
43 |
| -> +----------+---------+-----------+--------------------------+ |
44 |
| -> | Centered | Left | Right | Default aligned | |
45 |
| -> | Header | Aligned | Aligned | | |
46 |
| -> +==========+=========+===========+==========================+ |
47 |
| -> | First | row | 12.0 | Example of a row that | |
48 |
| -> | | | | spans multiple lines. | |
49 |
| -> +----------+---------+-----------+--------------------------+ |
50 |
| -> | Second | row | 5.0 | Here’s another one. Note | |
51 |
| -> | | | | the blank line between | |
52 |
| -> | | | | rows. | |
53 |
| -> +----------+---------+-----------+--------------------------+ |
54 |
| -> |
55 |
| -> Here’s the caption. It may span multiple lines. |
| 43 | ++----------+---------+-----------+--------------------------+ |
| 44 | +| Centered | Left | Right | Default aligned | |
| 45 | +| Header | Aligned | Aligned | | |
| 46 | ++==========+=========+===========+==========================+ |
| 47 | +| First | row | 12.0 | Example of a row that | |
| 48 | +| | | | spans multiple lines. | |
| 49 | ++----------+---------+-----------+--------------------------+ |
| 50 | +| Second | row | 5.0 | Here’s another one. Note | |
| 51 | +| | | | the blank line between | |
| 52 | +| | | | rows. | |
| 53 | ++----------+---------+-----------+--------------------------+ |
| 54 | + |
| 55 | +Here’s the caption. It may span multiple lines. |
56 | 56 |
|
57 | 57 | Multiline table without caption:
|
58 | 58 |
|
59 |
| -> +----------+---------+-----------+--------------------------+ |
60 |
| -> | Centered | Left | Right | Default aligned | |
61 |
| -> | Header | Aligned | Aligned | | |
62 |
| -> +==========+=========+===========+==========================+ |
63 |
| -> | First | row | 12.0 | Example of a row that | |
64 |
| -> | | | | spans multiple lines. | |
65 |
| -> +----------+---------+-----------+--------------------------+ |
66 |
| -> | Second | row | 5.0 | Here’s another one. Note | |
67 |
| -> | | | | the blank line between | |
68 |
| -> | | | | rows. | |
69 |
| -> +----------+---------+-----------+--------------------------+ |
| 59 | ++----------+---------+-----------+--------------------------+ |
| 60 | +| Centered | Left | Right | Default aligned | |
| 61 | +| Header | Aligned | Aligned | | |
| 62 | ++==========+=========+===========+==========================+ |
| 63 | +| First | row | 12.0 | Example of a row that | |
| 64 | +| | | | spans multiple lines. | |
| 65 | ++----------+---------+-----------+--------------------------+ |
| 66 | +| Second | row | 5.0 | Here’s another one. Note | |
| 67 | +| | | | the blank line between | |
| 68 | +| | | | rows. | |
| 69 | ++----------+---------+-----------+--------------------------+ |
70 | 70 |
|
71 | 71 | Table without column headers:
|
72 | 72 |
|
73 |
| -> +-----+-----+-----+-----+ |
74 |
| -> | 12 | 12 | 12 | 12 | |
75 |
| -> +-----+-----+-----+-----+ |
76 |
| -> | 123 | 123 | 123 | 123 | |
77 |
| -> +-----+-----+-----+-----+ |
78 |
| -> | 1 | 1 | 1 | 1 | |
79 |
| -> +-----+-----+-----+-----+ |
| 73 | ++-----+-----+-----+-----+ |
| 74 | +| 12 | 12 | 12 | 12 | |
| 75 | ++-----+-----+-----+-----+ |
| 76 | +| 123 | 123 | 123 | 123 | |
| 77 | ++-----+-----+-----+-----+ |
| 78 | +| 1 | 1 | 1 | 1 | |
| 79 | ++-----+-----+-----+-----+ |
80 | 80 |
|
81 | 81 | Multiline table without column headers:
|
82 | 82 |
|
83 |
| -> +----------+---------+-----------+--------------------------+ |
84 |
| -> | First | row | 12.0 | Example of a row that | |
85 |
| -> | | | | spans multiple lines. | |
86 |
| -> +----------+---------+-----------+--------------------------+ |
87 |
| -> | Second | row | 5.0 | Here’s another one. Note | |
88 |
| -> | | | | the blank line between | |
89 |
| -> | | | | rows. | |
90 |
| -> +----------+---------+-----------+--------------------------+ |
| 83 | ++----------+---------+-----------+--------------------------+ |
| 84 | +| First | row | 12.0 | Example of a row that | |
| 85 | +| | | | spans multiple lines. | |
| 86 | ++----------+---------+-----------+--------------------------+ |
| 87 | +| Second | row | 5.0 | Here’s another one. Note | |
| 88 | +| | | | the blank line between | |
| 89 | +| | | | rows. | |
| 90 | ++----------+---------+-----------+--------------------------+ |
0 commit comments