befa9d1301
Also ensure that Nulls are ignored in sectionification by `makeSections`. Closes #8155.
293 B
293 B
% 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>