2018-03-18 04:31:43 +01:00
|
|
|
```
|
|
|
|
% pandoc -f native -t rst --wrap=none
|
2020-03-28 23:22:48 +01:00
|
|
|
[Table ("",[],[]) (Caption Nothing
|
2020-04-04 22:35:42 +02:00
|
|
|
[])
|
|
|
|
[(AlignDefault,ColWidth 0.3)
|
|
|
|
,(AlignDefault,ColWidth 0.3)]
|
|
|
|
(TableHead ("",[],[])
|
2020-03-28 23:22:48 +01:00
|
|
|
[Row ("",[],[])
|
2020-04-06 01:53:35 +02:00
|
|
|
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-03-28 23:22:48 +01:00
|
|
|
[Plain [Str "one"]]
|
2020-04-06 01:53:35 +02:00
|
|
|
,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 22:35:42 +02:00
|
|
|
[Plain [Str "two"]]]])
|
2020-04-06 01:53:35 +02:00
|
|
|
[(TableBody ("",[],[]) (RowHeadColumns 0)
|
2020-04-04 22:35:42 +02:00
|
|
|
[]
|
|
|
|
[Row ("",[],[])
|
2020-04-06 01:53:35 +02:00
|
|
|
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 22:35:42 +02:00
|
|
|
[Plain [Str "ports"]]
|
2020-04-06 01:53:35 +02:00
|
|
|
,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 22:35:42 +02:00
|
|
|
[BlockQuote
|
|
|
|
[Para [Strong [Str "thisIsGoingToBeTooLongAnyway"]]]]]])]
|
|
|
|
(TableFoot ("",[],[])
|
|
|
|
[])]
|
2018-03-18 04:31:43 +01:00
|
|
|
^D
|
2019-10-21 17:53:49 +02:00
|
|
|
+--------------------+-------------------------------------+
|
|
|
|
| one | two |
|
|
|
|
+====================+=====================================+
|
|
|
|
| ports | **thisIsGoingToBeTooLongAnyway** |
|
|
|
|
+--------------------+-------------------------------------+
|
2018-03-18 04:31:43 +01:00
|
|
|
```
|