Raw HTML should work, you can also use Commonmark.

Resulting HTML is
<img src="https://...image.png" alt="alt text here" title="title text here" width="511" height="500">
You can verify this yourself by pressing the f12 key in your brower and inspecting the rendered HTML, above ↑
Note presence of ALT and TITLE text in the resulting HTML.