pandoc-3.10: test/pptx/single-column/text/input.native
[ Header
1
( "single-column" , [] , [] )
[ Str "Single" , Space , Str "column" ]
, Div
( "" , [ "columns" ] , [] )
[ Div
( "" , [ "column" ] , [] )
[ Para [ Str "One" , Space , Str "paragraph." ]
, Para [ Str "Another" , Space , Str "paragraph." ]
]
]
]