I'm new to PHPStorm and coding. I think I have an easily solvable problem.
So I have to create an overall explain from a site, i was told to sneak in some images, i've managed to create expandable things with images.
The main problem here is when i try to paste my code which creates an expandable with the image i want the rest of the text under the code just losts its "list behaviour", i dont know how to say better, i can add an empty line after the code which results in the text will be in a markdown box becouse its like this:
- Alapadatok: Az éttermek megadhatják a pontos adataikat
***i want my expandable with my image here***
- Alapadatok
- étterem neve
- étterem AL url-je
- irányítószám, város, utca, házszám
- helyazonosító, hosszúság, szélesség
- Galéria: Képfeltöltés lehetősége az étterem kinézetéről, ételeiről stb
I have this code for the expandable:
<details>
<summary> Image </summary>

</details>
Image from the text after using empty line.
Without the empty line my text what ppl will see looks like this
instead this.
Box thing
So how can i get rid of that box since i must leave a blank line before and after my code without breaking the "list" appearance?
I hope i gave u enough information and u can help me! Thanks.