Replies: 1 comment 3 replies
-
Looks like adding a label fixes things: First, a figure which does *not have a chunk option "label". Despite asking for a center-aligned figure, it is left-aligned. The font of the figure caption is also the same as the text.
If we add a "label", then it suddenly becomes center-aligned. Weird.
The font of the figure caption for is also slightly different. |
Beta Was this translation helpful? Give feedback.
3 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
When using the Julia engine with quarto, certain chunk options, as with knitr, are not working. For example, centering a plot or changing its width are not working as it remains left-aligned:
Is there an overview what chunk options are supported with the Julia engine?
Beta Was this translation helpful? Give feedback.
All reactions