Closed minthemiddle closed 9 years ago
The source structure is preserved in the build, and all non-markdown content files are copied. See Processing rules.
Therefore, you can put media files at any convenient place in the source, and refer to them using Markdown image syntax, with a relative or root-relative path to the source file.
I have turned this into a faq on the website.
I browsed the whole documentation but could not find any reference or example for how to work with media files, especially images. Should I just put them in the same folder as text and embed them with
![Alt text](/path/to/img.jpg)
?