blob: 732b30a3ee0cdd60225b7c82a1649dd3e390901e (
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.47368421052631576,0.5263157894736842]
[[Plain [Str "one"]]
,[Plain [Str "two"]]]
[[[Plain [Str "ports"]]
,[BlockQuote
[Para [Strong [Str "thisIsGoingToBeTooLongAnyway"]]]]]]]
^D
+-------+-------------------------------------+
| one | two |
+=======+=====================================+
| ports | **thisIsGoingToBeTooLongAnyway** |
+-------+-------------------------------------+
```
|