I have a few images embedded in Markdown cells of my HTML Notebook, using syntax such as:<div><img src="files/subdir/ImageName.png" width=400 style="float:right;"></div><div><br></div><div>When I generate a print view, these images are lost and come up question marks. Looking at the source, I think the problem is that the images are actually located at "../files/subdir/ImageName.png" relative to the print view.</div>
<div><br></div><div>Am I doing something frowned upon here by inserting html into the markdown?</div>