Does anyone know how to display a local image in markdown? I don\'t want to setup a webserver for that.
I try the following in markdown, but it doesn\'t work:
if image has bracket it won't display
.png "Title")
rename the image and remove brackets

Update: if you have spaces in the file path, you should consider renaming it too or if you use JavaScript you can encode it using
encodeURIComponent(imgName)