@@ -2,7 +2,7 @@ Simple table with caption:
22
33+-------+------+--------+---------+
44| Right | Left | Center | Default |
5- +=======+ ======+ ======== +=========+
5+ +======:+: =====+: ======: +=========+
66| 12 | 12 | 12 | 12 |
77+-------+------+--------+---------+
88| 123 | 123 | 123 | 123 |
@@ -16,7 +16,7 @@ Simple table without caption:
1616
1717+-------+------+--------+---------+
1818| Right | Left | Center | Default |
19- +=======+ ======+ ======== +=========+
19+ +======:+: =====+: ======: +=========+
2020| 12 | 12 | 12 | 12 |
2121+-------+------+--------+---------+
2222| 123 | 123 | 123 | 123 |
@@ -28,7 +28,7 @@ Simple table indented two spaces:
2828
2929+-------+------+--------+---------+
3030| Right | Left | Center | Default |
31- +=======+ ======+ ======== +=========+
31+ +======:+: =====+: ======: +=========+
3232| 12 | 12 | 12 | 12 |
3333+-------+------+--------+---------+
3434| 123 | 123 | 123 | 123 |
@@ -43,7 +43,7 @@ Multiline table with caption:
4343+-----------+----------+------------+---------------------------+
4444| Centered | Left | Right | Default aligned |
4545| Header | Aligned | Aligned | |
46- +===========+ ========== +============+= ==========================+
46+ +: =========:+: =========+===========:+: ==========================+
4747| First | row | 12.0 | Example of a row that |
4848| | | | spans multiple lines. |
4949+-----------+----------+------------+---------------------------+
@@ -59,7 +59,7 @@ Multiline table without caption:
5959+-----------+----------+------------+---------------------------+
6060| Centered | Left | Right | Default aligned |
6161| Header | Aligned | Aligned | |
62- +===========+ ========== +============+= ==========================+
62+ +: =========:+: =========+===========:+: ==========================+
6363| First | row | 12.0 | Example of a row that |
6464| | | | spans multiple lines. |
6565+-----------+----------+------------+---------------------------+
0 commit comments