Open
Description
Created a post - /input/posts/images.md
Added an image /input/posts/images/background.jpg
![background](images/background.jpg "background")
When deployed if you look at the listing, the html is
<img src="images/background.jpg" alt="background" title="background">
but fine on the specific post page.
Links