Is code annotations in call out blocks supported #5484
-
I can use code annotation inside a single callouts block without any issues, however if I try to use it in a second call outblock it fails. e.g. the "more addition" annotation is not shown in
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I can repro this, it's a bug. I'll create an issue. |
Beta Was this translation helpful? Give feedback.
-
@cudawarped For possible future post, please don't add Finally, thanks for your report! See an example: ---
format: html
---
::: {.callout-tip}
Python annotation 1
```{.python}
1 + 1 # <1>
```
1. addition
:::
::: {.callout-tip}
Python annotation 2
```{.python}
1 + 1 # <1>
```
1. more addition
::: |
Beta Was this translation helpful? Give feedback.
-
Closing this. |
Beta Was this translation helpful? Give feedback.
I can repro this, it's a bug. I'll create an issue.