Image in a foldable callout nested in another foldable callout

What I’m trying to do

I’m trying to insert an image into a foldable callout nested in another foldable callout

Things I have tried

I tried to follow the instructions found online but both using the markdown syntax My image and using the Obsidian syntax ![[My image]] the callout refuses to expand and it is impossible not only to see the image but also to read the note … can some expert help me?

I recommend creating the inner callout with the image embed first, make sure that is all set up, and then select everything and run the Insert callout command to add the outer callout, change the title (if desired), and add the - to make it foldable. I would also use Insert callout to wrap the initial ![[image.jpg]] .

Obsidian_yexqpOYLVE

In this case, the final Markdown looks like:

> [!example]- example callout
> 
> > [!tip]- a !tip callout with an image 
> > ![[expo.jpg|400]] 

Thank you very much, ariehen,
using your suggestion, I solved the problem.
Initially, it still refused to work, but I figured out that the cause was the incorrect closing syntax for a multi-column zone.
Once I made the correction, everything worked perfectly.
Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.