RevealJS margin/layout is messed up #12602
Replies: 2 comments
-
Could you share something more reproducible? Preferably that does not need to retrieve a bunch of files from the middle of the codebase. ---
format: revealjs
---
## Header
{{< lipsum 1 >}} Note that I can't reproduce the "no margin" behaviour. Finally, the slides you are showing as references were rendered using Quarto 1.7.28 as stated in the document metadata. |
Beta Was this translation helpful? Give feedback.
-
Strangely, everything works fine when run on an Linux Ubuntu system. The issue is only on my Mac. Both running the same source qmd file and same docker container. No idea what or where the issue is. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When rerunning some revealjs slides from last year, I noticed that the layout/margin or something similar has changed. Here is a sort of reproducible example.
This is how it's supposed to look like: See slides.
And this is how it looks like now.
To recreate this, get the slides and assets from GitHub. Then run
The weird thing is that it looks the same with older versions of quarto as well (1.4.X). Although it has worked for me before with 1.4.X.
So, maybe it's not a quarto version issue?
I have tried messing around with
margin
,min-scale
andmax-scale
, but I haven't been able to fix itMac M2 Max macOS 15.4.1
Beta Was this translation helpful? Give feedback.
All reactions