Files
John MacFarlane 41b14dc891 RST reader: fix definition lists where term ends with -.
This reverts some old code giving special treatment to lines
ending in hyphens; I don't understand why it was there, because
rst2html does not seem to do this.

Closes #11323.
2025-12-05 10:46:24 +01:00

86 B

% pandoc -f rst
foo-
   bar
^D
<dl>
<dt>foo-</dt>
<dd>
<p>bar</p>
</dd>
</dl>