When an image has large bits of white color it may merge with the document background. To avoid this lets add a shadow to the image. We can parse the file path from a image object in Markdown file and send it to ImageMagic.
(defun ig/md-imagemagick-add-shadow ()
"Add shadow to a Markdown image element"
(interactive "@*")