Replies: 1 comment 4 replies
-
Markdown spacing / whitespace can be finicky. I was able to place a callout in an ordered list like so: 1. Item 1
2. Item 2
:::{.callout-note}
## Sample Callout
This is a sample callout
:::
3. Item 3
HTH! |
Beta Was this translation helpful? Give feedback.
4 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.
-
When inserting a callout using the standard callout syntax like so:
indented inside, say, a numbered list --- it simply does not work :( Quarto seems to render the syntax as raw text. Is this by design or am I doing something wrong?
Source:

Rendered (HTML):

Beta Was this translation helpful? Give feedback.
All reactions