2018-04-22 21:18:45 +02:00
|
|
|
```
|
|
|
|
% pandoc -f rst -t native
|
|
|
|
.. list-table::
|
|
|
|
:header-rows: 1
|
|
|
|
|
|
|
|
* - Foo
|
|
|
|
- Bar
|
|
|
|
* - spam
|
|
|
|
- ham
|
|
|
|
^D
|
2020-03-28 23:22:48 +01:00
|
|
|
[Table ("",[],[]) (Caption Nothing
|
|
|
|
[]) [(AlignDefault,Nothing),(AlignDefault,Nothing)] 0
|
|
|
|
[Row ("",[],[])
|
|
|
|
[Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "Foo"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "Bar"]]]]
|
|
|
|
[Row ("",[],[])
|
|
|
|
[Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "spam"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "ham"]]]]
|
|
|
|
[]]
|
2018-04-22 21:18:45 +02:00
|
|
|
```
|