63cfd45406
...keeping the widths of columns. See #4320. Adjust test case for #4320.
548 B
548 B
% 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** |
+--------------------+-------------------------------------+