Aligning images
left
alignment
This is the code you need to align images to the left:
<img align="left" width="100" height="100" src="https://picsum.photos/100/100">
right
alignment
This is the code you need to align images to the right:
<img align="right" width="100" height="100" src="https://picsum.photos/100/100">
center
alignment example
<p align="center">
<img width="460" height="300" src="https://picsum.photos/460/300">
</p>
Markdown Formatting on steriods
If you like this, you might enjoy markdown-magic. I built it to automatically format markdown files and allow folks to sync docs/code/data from external sources.
I was trying to do the same with gifts. But I'm having issue
I was creating a README file for my GitHub profile, but having trouble aligning gifts.
In VsCode I wrote the mark down like this...
Which was coming like this..
But when I did the same in GitHub it rendered as this...
I tried to make some changes and come up with this...
And it rendered as as this...
My question is, is there a way to overlap the text and images, so that the text and the image can be in same line?