Replies: 1 comment 1 reply
-
I suggest you enclose everything in a aside div. ---
title: "Quarto Playground"
format: html
---
# Example and callout-note
:::: {.aside}
::: {#exm-example}
This is an example. This is an example. This is an example. This is an example. This is an example. This is an example. This is an example. This is an example. This is an example. This is an example. This is an example. This is an example.
:::
::: {.callout-note}
This is a callout-note
:::
:::: |
Beta Was this translation helpful? Give feedback.
1 reply
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
Two items in the margin column are overlapping. How can I separate them?
The first item is an example ( {#exm-example .aside} ) and the second is a callout note ( {.callout-note .aside} ).
Complete minimal example:
My quarto version is 1.4.525.
My OS is Debian.
Beta Was this translation helpful? Give feedback.
All reactions