Is it correct that I cannot embed images in a notebook using either markdown or html? For markdown, I've seen syntaxes like those here from <a href="http://daringfireball.net/projects/markdown/syntax/#img">http://daringfireball.net/projects/markdown/syntax/#img</a>, eg :<div>
<br></div><div> </div><div><br></div><div>or in html using the <img> tag. I know I can do it in a code cell using IPython.display.Image, but when writing some narrative text in a markdown cell this feels unnatural.</div>
<div><br></div><div>Note a big deal, just want to make sure I am not missing something obvious.</div><div><br></div><div>JDH</div>