Inserts an image
Aliases:
![alt text](image.jpg) // Note: Markdown does not have built-in options for adjusting image size or alignment.// You can use HTML attributes within the image tag for more control:// Example: <img src="image.jpg" alt="alt text" width="50%" align="right" />