pandoc/test/command/8155.md
John MacFarlane befa9d1301 Ensure that Nulls are ignored in creating slide shows.
Also ensure that Nulls are ignored in sectionification
by `makeSections`.

Closes #8155.
2022-07-04 14:34:14 +02:00

19 lines
293 B
Markdown

```
% pandoc -f native -t revealjs
[ Null
, Header
2
( "header-after-null" , [] , [] )
[ Str "Header"
, Space
, Str "after"
, Space
, Str "null"
]
]
^D
<section id="header-after-null" class="title-slide slide level2">
<h2>Header after null</h2>
</section>
```