Image option like the "Collasible" option that is not working.

Hello. I love the Antora and use for the co-worker's learning.

I want the Image option like the Collasible/Expansion's feature. I try to avoid the probrem with the "path through", but it's not working.

  1. the "Collasible" option is not working
[%collapsible]
====
Example block turns into collapsible summary/details.
====

and I get the document below here.

image

  1. the "Path through" option is not working when using the imageXXXX:
++++
<details>
    <summary>It's OK</summary>    
++++
It's OK inside.
++++
</details>
++++


++++
<details>
    <summary>It's OK</summary>    
++++
image:dummy.png
++++
</details>
++++

and I get the document below here.

image

  1. no feature about the images' expansion when clicking them.

Anybody know How to avoid the above probrem? Thank you.