From 5f0bd5222169129cc3474d0284a0f1ecb702a770 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 8 Feb 2020 09:38:07 -0800 Subject: reveal.js: ensure that pauses work even in title slides. Closes #5819. --- test/command/5819.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/command/5819.md (limited to 'test/command') 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 +
+

Heading

+

one

+
+

two

+
+
+``` -- cgit v1.2.3