23 lines
757 B
Markdown
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** |
|
|
+--------------------+-------------------------------------+
|
|
```
|