I try to insert one extra image (and add a copyright line) in the middle of only one of my pages.
The image lives here: static/images/stories/story17.jpg
The md file lives here: content/english/stories/story17.md
I created story17.md in Typora and added this html code
<img src="/images/stories/story17.jpg" class="img-fluid float-left mr-5 mb-5" />
But I got only “image load failed”. What am I doing wrong?