aboutsummaryrefslogtreecommitdiff
path: root/test/command/5128.md
blob: ea628494bb539958b841b905de851d2e18590922 (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
```
% pandoc -f org -t rst --columns=78
| Option | Meaning                                                                                                                                                                                                    |
|--------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| =<=    | Left alignment, additional characters are added to the right (default for string).                                                                                                                         |
| =>=     | Right alignment, additional characters are added to the left.                                                                                                                                              |
| =^=     | Centered , the same amount of characters is added to the left and the right.                                                                                                                               |
| ===      | Padding. If a numeric value is printed with a sign, then additional characters are added after the sign. Otherwise it behaves like "=>=". This option is only available for numbers (default for numbers). |
^D
+--------+-------------------------------------------------------------------+
| Option | Meaning                                                           |
+========+===================================================================+
| ``<``  | Left alignment, additional characters are added to the right      |
|        | (default for string).                                             |
+--------+-------------------------------------------------------------------+
| ``>``  | Right alignment, additional characters are added to the left.     |
+--------+-------------------------------------------------------------------+
| ``^``  | Centered , the same amount of characters is added to the left and |
|        | the right.                                                        |
+--------+-------------------------------------------------------------------+
| ``=``  | Padding. If a numeric value is printed with a sign, then          |
|        | additional characters are added after the sign. Otherwise it      |
|        | behaves like "``>``". This option is only available for numbers   |
|        | (default for numbers).                                            |
+--------+-------------------------------------------------------------------+
```