Files
John MacFarlane 86a3467ece HTML writer: only treat . . . as a slide pause in slides...
...and not in regular HTML output.
Closes #8281.
2022-09-05 09:51:59 -07:00

118 B

% pandoc -t html
# Title

test

. . .

test
^D
<h1 id="title">Title</h1>
<p>test</p>
<p>. . .</p>
<p>test</p>