pandoc/test/command/5079.md

34 lines
510 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 ( "", [], [] ) [] )
]
```