diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/5819.md | 18 |
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> +``` |