-
Hello. I've been trying to get two listings to be displayed side-by-side on a page. I've tried almost everything on the Quarto docs (notably the Article Layout and Page Layout) and from a few Stack Overflow posts, but I haven't been successful. I've mainly been fiddling with Quarto divs to achieve this. I would appreciate any suggestions and ideas on how to achieve this! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
A combination of https://quarto.org/docs/websites/website-listings.html#multiple-listings and multi-columns layout should do the trick. You could also use https://quarto.org/docs/authoring/figures.html#complex-layouts instead of
|
Beta Was this translation helpful? Give feedback.
A combination of https://quarto.org/docs/websites/website-listings.html#multiple-listings and multi-columns layout should do the trick.
You could also use https://quarto.org/docs/authoring/figures.html#complex-layouts instead of
.columns
/.column
.