aboutsummaryrefslogtreecommitdiff
path: root/test/command/5819.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-02-08 09:38:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-02-08 09:38:07 -0800
commit5f0bd5222169129cc3474d0284a0f1ecb702a770 (patch)
tree92cdd40a20823ea164280bbebe922264dc86ac40 /test/command/5819.md
parentf2f559003e4fe40c3623d1b7acfbeea5a8da9f34 (diff)
downloadpandoc-5f0bd5222169129cc3474d0284a0f1ecb702a770.tar.gz
reveal.js: ensure that pauses work even in title slides.
Closes #5819.
Diffstat (limited to 'test/command/5819.md')
-rw-r--r--test/command/5819.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/command/5819.md b/test/command/5819.md
new file mode 100644
index 000000000..235d7838e
--- /dev/null
+++ b/test/command/5819.md
@@ -0,0 +1,18 @@
+```
+% 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>
+```