mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
86a3467ece
...and not in regular HTML output. Closes #8281.
118 B
118 B
% pandoc -t html
# Title
test
. . .
test
^D
<h1 id="title">Title</h1>
<p>test</p>
<p>. . .</p>
<p>test</p>