dab3330a58
Closes #4579.
16 lines
256 B
Markdown
16 lines
256 B
Markdown
```
|
|
% 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"]]]]]
|
|
```
|