mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 15:35:48 +00:00
An empty `sldIdLst` is now added if the reference doc is missing one so that `modifySldIdLst` can replace it. To ensure PowerPoint doesn't say that the file will need fixing, the `sldIdLst` has to be placed after the `sldMasterIdLst`. I also added a test to ensure that if there are notes, they will be placed between the `sldMasterIdLst` and `sldIdLst`. Otherwise PowerPoint wouldn't show the slide of a note when viewing Notes Pages. Closes #7536.
15 lines
331 B
Plaintext
15 lines
331 B
Plaintext
[ 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" ] ]
|
|
]
|
|
]
|