pandoc/test/command/5079.md

36 lines
615 B
Markdown
Raw Normal View History

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