mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
b7d2c4815f
It should not accept escaped newlines. See #10672.
382 B
382 B
% pandoc
| This | Is |
|:-----|:---|
| With \
| Cells
^D
<table>
<thead>
<tr>
<th style="text-align: left;">This</th>
<th style="text-align: left;">Is</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">With \</td>
<td style="text-align: left;"></td>
</tr>
<tr>
<td style="text-align: left;">Cells</td>
<td style="text-align: left;"></td>
</tr>
</tbody>
</table>