I am using GitHub to store my images and creating a Markdown file so that deploys to a microsite. The code that I’m using looks good in GitHub’s preview mode (has the dropdown menu and the clickable image) but my microsite doesn’t show the image and I don’t understand why.
In my GitHub’s .md file:
<details>
<summary>Click to expand dropdown</summary>
<div class="image-container">
<a href="https://google.com">
<img src="Google_media/logo.png" alt="Google" width="350" height="200">
</a>
</div>
</details>
Here is how it looks on the microsite. How can I get my image to show on the microsite?
Microsite
I’ve tested the image using a traditional MD and HTML image call outside of the dropdown menu and it works fine:
In markdown:
In HTML: