pandoc-3.10.1: test/pptx/reference-no-slides/add-slides/input.native
[ Header
2
( "first-slide" , [] , [] )
[ Str "First" , Space , Str "Slide" ]
, Para [ Str "Title" ]
, Header
2
( "second-slide" , [] , [] )
[ Str "Second" , Space , Str "Slide" ]
, BulletList
[ [ Plain [ Str "First" , Space , Str "item" ] ]
, [ Plain [ Str "Second" , Space , Str "item" ] ]
]
]