Better Documentation for figure customization #3492
-
Hi! Personally, I struggled with specifying the width option, but I wonder how many other options are available and how multiple ones can be specified for one image (should I separate multiple options with a comma, space, etc.). My solution: Also, images are rendered into MSWord with an 'in line with text' layout. Is there a way to insert images with other layouts? Say, an image left of the text. Thanks! ps: This is my first post and I'm not sure if this is the correct category for this request. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The specification follows HTML syntax and allows any (or almost) HTML key/value attribute. Regarding Word docx, this format is not the best, Quarto improved some things by adding some steps before giving the results to Pandoc, but it's far from perfect. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply! I wasn't aware of the HTML syntax of pandoc. My bad I guess, so thanks for the clarification. It'll come in handy for futrue troubleshooting. Regarding Word, I do hope both Quarto and Pandoc continue to improve compatibilty. |
Beta Was this translation helpful? Give feedback.
The specification follows HTML syntax and allows any (or almost) HTML key/value attribute.
Most of the options come from Pandoc, i.e., it's not a Quarto specificity.
See https://pandoc.org/MANUAL.html#images.
Regarding Word docx, this format is not the best, Quarto improved some things by adding some steps before giving the results to Pandoc, but it's far from perfect.
I can't tell you if this is something Quarto team can improve or if it is something tied up to Pandoc.