mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-21 00:31:45 +00:00
Previously we didn't allow unescaped quotes in unquoted values, but they are allowed. Closes #7112.
189 B
189 B
% pandoc -f rst
.. csv-table::
setting, ``echo PATH="path"``
^D
<table>
<tbody>
<tr class="odd">
<td>setting</td>
<td><code>echo PATH="path"</code></td>
</tr>
</tbody>
</table>