diff options
author | Emily Bourke <undergroundquizscene@protonmail.com> | 2021-08-20 14:40:09 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-08-27 09:47:03 -0700 |
commit | 8e5a79f264dd1ebe80e048397b6281e318d25e82 (patch) | |
tree | c55e64b8e59243aa9168906c2892ec0827c6b8c5 /citeproc | |
parent | e4d7a6177f6ef7bf835f61ed01b0229423cd0e55 (diff) | |
download | pandoc-8e5a79f264dd1ebe80e048397b6281e318d25e82.tar.gz |
pptx: Make first heading title if slide level is 0
Before this commit, the pptx writer adds a slide break before any table,
“columns” div, or paragraph starting with an image, unless the only
thing before it on the same slide is a heading at the slide level. In
that case, the item and heading are kept on the same slide, and the
heading is used as the slide title (inserted into the layout’s “title”
placeholder).
However, if the slide level is set to 0 (as was recently enabled) this
makes it impossible to have a slide with a title which contains any of
those items in its body.
This commit changes this behaviour: now if the slide level is 0, then
items will be kept with a heading of any level, if the heading’s the
only thing before the item on the same slide.
Diffstat (limited to 'citeproc')
0 files changed, 0 insertions, 0 deletions