StartBootstrap / startbootstrap-clean-blog-jekyll

A Jekyll version of the Clean Blog theme by Start Bootstrap
https://startbootstrap.com/themes/clean-blog-jekyll/
MIT License
2.09k stars 2.68k forks source link

Images not displaying in line with text #362

Closed OliverB21 closed 2 months ago

OliverB21 commented 2 months ago

I am using markdown for my posts, and when I insert an image it doesn't sit in the centre or match the width of the post. When previewing the markdown, the images sit in line with the text. The MD I am using is below:

![The Blast Premier Spring Final stage, from the back of the arena](https://oliverb21.github.io/blog/img/posts/09_old_seats.jpg)

The result can be seen on this page:

https://blog.oliverbouchier.com/2024/06/18/blast-spring-finals-2024.html

TIA :)

OliverB21 commented 2 months ago

fixed by using HTML tag instead of MD