Beamer frame attributes using horizontal rules in Quarto #5451
Unanswered
DavidJesse21
asked this question in
Q&A
Replies: 1 comment
-
Use an empty title. ---
title: Demo
format: beamer
---
## {.fragile}
More stuff here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just stumbled across an issue regarding the usage of frame attributes for beamer output in combination with the usage of horizontal rules in Quarto (---).
Since I want to have a slide without a title, I used the horizontal rule.
At the same time I needed the fragile frame attribute.
For a slide with a title I would just type
## Slide tile {.fragile}
.However, I am not sure how or if adding frame attributes works for slides created with a horizontal rule.
Apparently,
--- {.fragile}
does not work.Does anyone have an idea, how I could make this work?
Cheers
David
Beta Was this translation helpful? Give feedback.
All reactions