2018-12-06 02:10:33 +01:00
```
2021-09-21 19:16:45 +02:00
% pandoc -f org -t rst --columns=78
2018-12-06 02:10:33 +01:00
| 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
2019-11-16 08:09:53 +01:00
+--------+------------------------------------------------------------------+
| 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). |
+--------+------------------------------------------------------------------+
2018-12-06 02:10:33 +01:00
```