aboutsummaryrefslogtreecommitdiff
path: root/test/command/4579.md
blob: 6c01cf7341aecf105311513d0a2cdf44ea6b0263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
```
% pandoc -f rst -t native
.. list-table::
  :header-rows: 1

  * - Foo
    - Bar
  * - spam
    - ham
^D
[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"]]]]
 []]
```