mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-13 21:07:08 +00:00
41b14dc891
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.
86 B
86 B
% pandoc -f rst
foo-
bar
^D
<dl>
<dt>foo-</dt>
<dd>
<p>bar</p>
</dd>
</dl>