That generates a `<details> <summary>` block inside the callout. I've seen it in a few implementations, for exame VirePress: https://vitepress.dev/guide/markdown <img width="1428" height="156" alt="Image" src="https://github.com/user-attachments/assets/f7df627e-08fc-4cda-96eb-a62be8d169b8" /> <img width="1438" height="236" alt="Image" src="https://github.com/user-attachments/assets/044833b5-3860-489f-a8ec-49a5705e496b" /> Probably to be collapsed by default and needs a click to be expanded.
That generates a
<details> <summary>block inside the callout. I've seen it in a few implementations, for exame VirePress:https://vitepress.dev/guide/markdown
Probably to be collapsed by default and needs a click to be expanded.