pandoc/test/command/4320.md

24 lines
757 B
Markdown
Raw Normal View History

```
% pandoc -f native -t rst --wrap=none
2020-03-28 18:22:48 -04:00
[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** |
+--------------------+-------------------------------------+
```