Files
Tuong Nguyen Manh 6ba552232a pptx writer: Handle single column
Add an additional guard for a single column to be able to process it.
2025-09-08 09:22:56 +02:00

23 lines
540 B
Plaintext

[ Header
1
( "single-column" , [] , [] )
[ Str "Single" , Space , Str "column" ]
, Div
( "" , [ "columns" ] , [] )
[ Div
( "" , [ "column" ] , [] )
[ Figure
( "" , [] , [] )
(Caption
Nothing [ Plain [ Str "an" , Space , Str "image" ] ])
[ Plain
[ Image
( "" , [] , [] )
[ Str "an" , Space , Str "image" ]
( "lalune.jpg" , "" )
]
]
]
]
]