Can't use HTML tag `<img>` to show local picture

You need to use file:/// and the full path:

<img src="file:///full/path/on/disk/folder/subfolder/filename.jpeg">

See this post, with the proposed solution now implemented.

Angel