Hi everyone,
Does anyone know how to left align text in Quarto layouts? Here is a snippet of a layout containing two images and some text:
::: {layout-ncol=2}
![]() # image 1
![]() # image 2
This is the text in the layout but it is center-aligned under the layout in the rendered PDF document.
:::
The text in the layout is always center-aligned under the layout when rendered to PDF. Does anyone know how to override this to be left aligned in the rendered PDF?
Thanks in advance for your help.