'Adding text alongside images in markdown in Github

Context :-

So, I am trying to write readme.md for my latest github repo.

Issue :-

I am trying to add images in .md file which looks like conversations.

I am trying to achieve something like this. [I am able to do this in mac-pages]

enter image description here

But what it is coming for me is this in vscode

enter image description here

Can anyone help me out and tell me how can I include images in a way that I should be able to write code from the upwards? Like first image?



Solution 1:[1]

Do this:

<img valign="middle" src="link_to_your_image"  /> My Text

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Pedro Antônio