aboutsummaryrefslogtreecommitdiff
path: root/test/command/4579.md
blob: 80f0f58c2b3e74020c6daea12e4628622161772b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% pandoc -f rst -t native
.. list-table::
  :header-rows: 1

  * - Foo
    - Bar
  * - spam
    - ham
^D
[Table [] [AlignDefault,AlignDefault] [0.0,0.0]
 [[Plain [Str "Foo"]]
 ,[Plain [Str "Bar"]]]
 [[[Plain [Str "spam"]]
  ,[Plain [Str "ham"]]]]]
```