2018-03-18 04:31:43 +01:00
|
|
|
```
|
|
|
|
% pandoc -f native -t rst --wrap=none
|
2019-10-21 17:53:49 +02:00
|
|
|
[Table [] [AlignDefault,AlignDefault] [0.3,0.3]
|
2018-03-18 04:31:43 +01:00
|
|
|
[[Plain [Str "one"]]
|
|
|
|
,[Plain [Str "two"]]]
|
|
|
|
[[[Plain [Str "ports"]]
|
|
|
|
,[BlockQuote
|
|
|
|
[Para [Strong [Str "thisIsGoingToBeTooLongAnyway"]]]]]]]
|
|
|
|
^D
|
2019-10-21 17:53:49 +02:00
|
|
|
+--------------------+-------------------------------------+
|
|
|
|
| one | two |
|
|
|
|
+====================+=====================================+
|
|
|
|
| ports | **thisIsGoingToBeTooLongAnyway** |
|
|
|
|
+--------------------+-------------------------------------+
|
2018-03-18 04:31:43 +01:00
|
|
|
```
|