pandoc/test/command/5079.md

26 lines
397 B
Markdown
Raw Normal View History

```
% pandoc -f html -t native
<table>
<tfoot>
</tfoot>
<tbody>
<tr>
<td>Cell</td>
</tr>
</tbody>
</table>
^D
2020-03-28 23:22:48 +01:00
[Table ("",[],[]) (Caption Nothing
[])
[(AlignDefault,ColWidthDefault)]
(TableHead ("",[],[])
[])
[(TableBody ("",[],[]) (RowHeadColumns 0)
[]
[Row ("",[],[])
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[Plain [Str "Cell"]]]])]
(TableFoot ("",[],[])
[])]
```