Replies: 1 comment 3 replies
-
Using the For example, you can use ---
format: html
---
:::: {.column-screen-inset-right}
:::: {layout="[0.7, 0.3]"}
{{< placeholder 600 400 >}}
{{< lipsum 1 >}}
:::
::: |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am writing a simple document in quarto. I need some more space to accommodate some graphs at one point in my document, so I would like to use the following (output=HTML) :
Apparently this does not work. The text included in .column-margin is not put side-by-side with the figures, but only below. This is the same if I use .aside, instead of .column-margin.
Is there a way to make this work?
Beta Was this translation helpful? Give feedback.
All reactions