2018-03-18 04:31:43 +01:00
|
|
|
```
|
|
|
|
% pandoc -f native -t rst --wrap=none
|
|
|
|
[Table [] [AlignDefault,AlignDefault] [0.47368421052631576,0.5263157894736842]
|
|
|
|
[[Plain [Str "one"]]
|
|
|
|
,[Plain [Str "two"]]]
|
|
|
|
[[[Plain [Str "ports"]]
|
|
|
|
,[BlockQuote
|
|
|
|
[Para [Strong [Str "thisIsGoingToBeTooLongAnyway"]]]]]]]
|
|
|
|
^D
|
2018-04-19 22:47:16 +02:00
|
|
|
+-------+-------------------------------------+
|
|
|
|
| one | two |
|
|
|
|
+=======+=====================================+
|
|
|
|
| ports | **thisIsGoingToBeTooLongAnyway** |
|
|
|
|
+-------+-------------------------------------+
|
2018-03-18 04:31:43 +01:00
|
|
|
```
|