Replies: 1 comment
-
You could have two profiles : One for revealjs, and one for Pdf and then activating the profile required when rendering |
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
-
Is it possible to have multiple output directories in _quarto.yml based on the format type?
e.g.
format:
revealjs:
output-dir: ./slides
pdf:
output-dir:./pdfs
Beta Was this translation helpful? Give feedback.
All reactions