pandoc/test/pptx
Emily Bourke 0fb6474a55 pptx: Add support for incremental lists
- Support -i option
- Support incremental/noincremental divs
- Support older block quote syntax
- Add tests

One thing not clear from the manual is what should happen when the input
uses a combination of these things. For example, what should the
following produce?

```md
::: {.incremental .nonincremental}
- are
- these
- incremental?
:::

::: incremental
::::: nonincremental
- or
- these?
:::::
:::

::: nonincremental
> - how
> - about
> - these?
:::
```

In this commit I’ve taken the following approach, matching the observed
behaviour for beamer and reveal.js output:

- if a div with both classes, incremental wins
- the innermost incremental/nonincremental div is the one which takes
  effect
- a block quote containing a list as its first element inverts whether
  the list is incremental, whether or not the quote is inside an
  incremental/non-incremental div

I’ve added some tests to verify this behaviour.

This commit closes issue #5689
(https://github.com/jgm/pandoc/issues/5689).
2021-09-15 09:13:05 -07:00
..
blanks pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
code pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
code-custom pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
comparison pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
content-with-caption pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
document-properties pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
document-properties-short-desc pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
endnotes pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
endnotes-toc pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
images pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
incremental-lists pptx: Add support for incremental lists 2021-09-15 09:13:05 -07:00
inline-formatting pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
lists pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
raw-ooxml pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
remove-empty-slides pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
slide-breaks pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
slide-breaks-slide-level-1 pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
slide-breaks-toc pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
slide-level-0 pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
speaker-notes pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
speaker-notes-after-metadata pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
speaker-notes-afterheader pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
speaker-notes-afterseps pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
start-numbering-at pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
tables pptx: Include all themes in output archive 2021-09-10 17:06:45 -07:00
two-column pptx: Fix logic for choosing Comparison layout 2021-09-13 08:30:36 -07:00
reference-deleted-layouts.pptx pptx: Restructure tests 2021-09-01 07:16:17 -07:00
reference-depth.pptx pptx: Restructure tests 2021-09-01 07:16:17 -07:00
reference-moved-layouts.pptx pptx: Restructure tests 2021-09-01 07:16:17 -07:00