-
DescriptionSorry for the silly question, but I can't find the answer on the internet. My presentation is perfect only with the RStudio button.... My guess is that when I run project:
title: "Présentation quarto-Masa"
output-dir: public
render:
- "presentation-quarto.qmd"
- "02_stylepardefaut.qmd"
- "03_integrationcode.qmd"
format:
masa-default-revealjs: default
html:
page-layout: custom What can I do? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Use Quarto CLI without the R wrapper. |
Beta Was this translation helpful? Give feedback.
-
It's the same problem @mcanouil. This is what I got when I use both |
Beta Was this translation helpful? Give feedback.
-
@mcanouil @cderv It seems ok with only one format ! Thanks a lot for you help ! 👍 |
Beta Was this translation helpful? Give feedback.
Which format are you trying to render? Only one? Both?
If both, it is not possible without setting
output-file
because they will overwrite each other as they are both HTML.