Skip to content
Discussion options

You must be logged in to vote

What's output: fragment? This isn't a Quarto option, thus why the code output is not a fragment.

See:

Regarding the "echo" part, I need to check the reason the code appears above divs in the case of layout.
Note that trying random options are very unlikely to give you anything. You should refer to the documentation to look for what's available as it will save you quite some time.

edit: workaround / alternative approach using .columns/.column and valid/correct options

---
title: Test code fragments in Revealjs
format: revealjs
---

## Slide 1

::: {.columns}

::: {.column}
- A list of items
- That should …

Replies: 2 comments 1 reply

Comment options

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

Answer selected by rchaput
Comment options

You must be logged in to vote
0 replies
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