To add images you can use the following syntax:
![This where you put the alt information](/uploads/self.webp)
To add title, use the following syntax (<figure>
element will be generated with <figcaption>
):
![This where you put the alt information](/uploads/self.webp "This is where you put the title")
Or from external sources:
![This is where you put the alt](https://images.unsplash.com/photo-1520085601670-ee14aa5fa3e8 "This is the image title")