-
When creating a web and print version of the document, I usually want to define different width and height attributes per output format. This is more relevant when I'm working with large figures. Consider the following minimal working example,
It produces the HTML and the DOCX where the image has width of 6.5cm. How can I set up the width only for the DOCX document? Will be great if Quarto supports something like
were |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Dec 6, 2022
Replies: 1 comment 2 replies
-
Take a look at conditional content. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mcanouil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Take a look at conditional content.