Files
pandoc/test/command/10672.md
John MacFarlane b7d2c4815f Markdown reader: fixed escapedChar' parser.
It should not accept escaped newlines.
See #10672.
2025-03-07 14:28:10 -08:00

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>