2018-11-13 14:49:12 -08:00
|
|
|
```
|
|
|
|
% pandoc -f html -t native
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<td>Name</td>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>Accounts</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
^D
|
2020-03-28 18:22:48 -04:00
|
|
|
[Table ("",[],[]) (Caption Nothing
|
2020-04-04 16:35:42 -04:00
|
|
|
[])
|
|
|
|
[(AlignDefault,ColWidthDefault)]
|
|
|
|
(TableHead ("",[],[])
|
2020-03-28 18:22:48 -04:00
|
|
|
[Row ("",[],[])
|
2020-04-05 19:53:35 -04:00
|
|
|
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 16:35:42 -04:00
|
|
|
[Plain [Str "Name"]]]])
|
2020-04-05 19:53:35 -04:00
|
|
|
[(TableBody ("",[],[]) (RowHeadColumns 0)
|
2020-04-04 16:35:42 -04:00
|
|
|
[]
|
|
|
|
[Row ("",[],[])
|
2020-04-05 19:53:35 -04:00
|
|
|
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 16:35:42 -04:00
|
|
|
[Plain [Str "Accounts"]]]])]
|
|
|
|
(TableFoot ("",[],[])
|
|
|
|
[])]
|
2018-11-13 14:49:12 -08:00
|
|
|
```
|