mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
5f0bd52221
Closes #5819.
211 B
211 B
% pandoc -t revealjs --slide-level=2
# Heading
one
. . .
two
^D
<section id="heading" class="title-slide slide level1">
<h1>Heading</h1>
<p>one</p>
<div class="fragment">
<p>two</p>
</div>
</section>