Replies: 2 comments 2 replies
-
What do you call "extensions"? Why do you want to use an R code cell to include an image? There is no need for computations. Plain markdown is enough. |
Beta Was this translation helpful? Give feedback.
0 replies
-
My understanding is that in this command:
I need to set multiple parameters for the images for accessibility reasons. I need to control the size, and the alignment AND set a specific alt-text string for multiple images in the document. How do I do this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am using Quarto with R. to produce a PDF document I need to insert a figure from an external file and set multiple extensions (the width of the figure and an alt-text string)
The example for figures shows this syntax:
{width=4in}
Is it possible to include more than one extension, e.g.:
{width=4in, fig-alt="an alternative text string"}
I have seen examples that place image-producing code in an R block, e.g.:
Beta Was this translation helpful? Give feedback.
All reactions