blob: a205c92695515aab8b83b5edf9234322ea85c25e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
```
% pandoc -f native -t rst --wrap=none
[Table [] [AlignDefault,AlignDefault] [0.3,0.3]
[[Plain [Str "one"]]
,[Plain [Str "two"]]]
[[[Plain [Str "ports"]]
,[BlockQuote
[Para [Strong [Str "thisIsGoingToBeTooLongAnyway"]]]]]]]
^D
+--------------------+-------------------------------------+
| one | two |
+====================+=====================================+
| ports | **thisIsGoingToBeTooLongAnyway** |
+--------------------+-------------------------------------+
```
|