When I want to include a collapsed section in markdown as follows
<details>
<summary>Click to expand!</summary>
I'd like to show an image here, for like this:
<center></center>
</details>
However the image does not appear until I remove the <details>
part again. How can I achieve what I want?