I'm thinking of creating a help file in Markdown, to add to an Xcode project.
I'd prefer to include image files in the project, rather than refer to urls.
I know for example that I can do this:




is correct. However, the path (myImage.png
) is relative to your markdown file, so in this case, myImage.png
would be in the same directory as the markdown file. If, for instance, it's in its own folder called images
, you'd do 