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:
Edited:

tree
├── doc
└── jobsSystemSchema.jpg
├── README.md
markdown file README.md is at the same level as doc directory.
In your case ,your markdown file should be at the same level as the directory files.

