mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-15 22:07:15 +00:00
70393b4235
Closes #11150.
257 B
257 B
% pandoc -f rst
=== =====
int float
=== =====
10 9.90
-10 9.90
=== =====
^D
<table>
<thead>
<tr>
<th>int</th>
<th>float</th>
</tr>
</thead>
<tbody>
<tr>
<td>10</td>
<td>9.90</td>
</tr>
<tr>
<td>-10</td>
<td>9.90</td>
</tr>
</tbody>
</table>