Skip to content
Discussion options

You must be logged in to vote

TL;DR

::: {layout="[ 0.5, -0.05, 0.45 ]"}
thing 1

thing 2
:::

For more complex "element" in columns, use additional divs.

::: {layout="[ 0.5, -0.05, 0.45 ]"}

:::: {#first-column}
- thing 1a
- thing 1b

![some figure](figure.png)
::::

:::: {#second-column}
thing 2
::::
:::

Long version with links

I believe you are interested in this particular comments from another thread: #4959 (comment) (there are other Q&A)
There is sparse documentation here and there at the moment in the documentation, see https://quarto.org/docs/authoring/figures.html#complex-layouts.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by shannonpileggi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format
2 participants