mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 18:26:36 +00:00
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>