-
DescriptionI have a bunch of revealjs slides. Occasionally I have blocks like
in cases where I don't want the output to show in the slides. But when I do |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think the easiest way to do it is the other way around. I believe we have In case the defaults don't work for you, then I think project profiles are what you're looking for: https://quarto.org/docs/projects/profiles.html |
Beta Was this translation helpful? Give feedback.
-
That did it. Left off the |
Beta Was this translation helpful? Give feedback.
I think the easiest way to do it is the other way around. I believe we have
echo: false
by default in presentation formats, so this should do what you need to.In case the defaults don't work for you, then I think project profiles are what you're looking for: https://quarto.org/docs/projects/profiles.html