I said "how do i add images to markdown" to ChatGPT and the response was
In Markdown, you add images using this syntax:

alt text → description of the image (shown if the image can’t load, also used by screen readers).
image_url → can be a relative path (./images/pic.png) or an absolute URL (https://example.com/pic.png).
"optional title" → tooltip text when you hover over the image.
Source: https://learning3d.github.io/

Source: https://giphy.com/gifs/3oAt2dA6LxMkRrGc0g
