pandoc/test/command/5079.md

23 lines
316 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,Nothing)] 0
[Row ("",[],[])
[Cell ("",[],[]) Nothing 1 1
[]]]
[Row ("",[],[])
[Cell ("",[],[]) Nothing 1 1
[Plain [Str "Cell"]]]]
[]]
```