pandoc/test/command/4320.md

16 lines
514 B
Markdown
Raw Normal View History

```
% 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** |
+-------+-------------------------------------+
```