pandoc/test/command/4320.md
2020-04-15 23:03:22 -04:00

23 lines
757 B
Markdown

```
% pandoc -f native -t rst --wrap=none
[Table ("",[],[]) (Caption Nothing
[]) [(AlignDefault,Just 0.3),(AlignDefault,Just 0.3)] 0
[Row ("",[],[])
[Cell ("",[],[]) Nothing 1 1
[Plain [Str "one"]]
,Cell ("",[],[]) Nothing 1 1
[Plain [Str "two"]]]]
[Row ("",[],[])
[Cell ("",[],[]) Nothing 1 1
[Plain [Str "ports"]]
,Cell ("",[],[]) Nothing 1 1
[BlockQuote
[Para [Strong [Str "thisIsGoingToBeTooLongAnyway"]]]]]]
[]]
^D
+--------------------+-------------------------------------+
| one | two |
+====================+=====================================+
| ports | **thisIsGoingToBeTooLongAnyway** |
+--------------------+-------------------------------------+
```