Add multiple figure properties (fig-alt, fig-align) #419
e-alizadeh
announced in
Q&A
Replies: 1 comment 1 reply
-
I think the issue is the comma - when I write the following locally, as you'd expect I get the right aligned figure with the correct alt text and caption: ![The Boxer is a medium to large, short-haired dog breed.](dog.png){fig-align="right" fig-alt="This is the alt text"} Overriding appears to be working for me as well when I test it locally. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Two separate issues here:
how can I add multiple figure properties. I've tried the following
![abc](img/image.png){fig-alt="hello", fig-align="right"}
and![abc](img/image.png){fig-alt="hello"}{fig-align="right"}
but neither worked. Instead, I'm getting the followingif I set up
fig-align: center
in_quarto.yml
, shouldn't it possible to override it by explicitly passingfig-align
attribute? If yes, then I probably should open a bug report here?Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions