pandoc/test/Tests
Emily Bourke 7c22c0202e pptx: Support specifying slide background images
In the reveal-js output, it’s possible to use reveal’s
`data-background-image` class on a slide’s title to specify a background
image for the slide.

With this commit, it’s possible to use `background-image` in the same
way for pptx output. Only the “stretch” mode is supported, and the
background image is centred around the slide in the image’s larger axis,
matching the observed default behaviour of PowerPoint.

- Support `background-image` per slide.
- Add tests.
- Update manual.
2021-09-16 19:45:53 -07:00
..
Lua Lua: add module "pandoc.path" 2021-02-02 21:04:30 -08:00
Readers Multimarkdown sub- and superscripts (#5512) (#7188) 2021-08-15 21:57:57 -07:00
Writers pptx: Support specifying slide background images 2021-09-16 19:45:53 -07:00
Command.hs Add RTF reader. 2021-08-10 10:48:55 -07:00
Helpers.hs Tests.Helpers: export testGolden and use it in RTF reader. 2021-08-10 22:07:48 -07:00
Lua.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Old.hs Add RTF reader. 2021-08-10 10:48:55 -07:00
Shared.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00