Using HTML "img" Element Inside a Markdown File
Posted on
Tagged TIL, 11ty : Using "img" in Markdown
Maybe everyone else knew, but I didn't. I assumed when I just wanted to add a small image along with some text in a blog post, I would have to use HTML. But with the markdown plug-in included in 11ty, I was able to add this on the About page and float that puppy over to the left.
<img src="/images/IMG_0351.PNG" width="320" height="320" alt="IMG_0351" style="float: right; border: 1px solid gray; margin-left: 10px; max-width: 40%;" >