Skip to content
Discussion options

You must be logged in to vote

Your example does not follow the documentation for the "comparison" layout.
You have a text column and an image column.

The column needs to have "text followed by non-text".

---
format: pptx
---

## My Header

::: columns
::: {.column}
- bullet 2
- bullet 3
:::

::: {.column}
- @fig-myfig shows something amazing. 

![An image](https://placehold.co/600x400.png){#fig-myfig}
:::
:::

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yonisidi
Comment options

Answer selected by yonisidi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
themes Related to HTML theming or any other style related issue (like highlight-style) pptx issue with pptx format
2 participants
Converted from issue

This discussion was converted from issue #10049 on June 18, 2024 15:23.