pandoc/test/command/4320.md
John MacFarlane 63cfd45406 T.P.W.Shared: Changed gridTables so it does better at...
...keeping the widths of columns.  See #4320.
Adjust test case for #4320.
2019-10-29 22:21:35 -07:00

15 lines
548 B
Markdown

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