Add reference form ![title](url)

Curtis Gedak 2019-06-05 09:50:30 -06:00
parent b98729b5e4
commit 2d6d5fb56f

@ -1,11 +1,12 @@
To reference images with current versions of Manuskript be sure to store the images outside of the project file(s) and directories.
To reference images with current versions of Manuskript be sure to store the images outside of the project file(s) and directories. Images are referenced in the form:
![title](url)
One option is to store the images in a directory at the same level as the `project.msk` file. For example:
- Create an `images` folder at the same directory level as the `project.msk` file
- To reference an image use: `![My Image One Title](images/myimage1.jpg)`
With setting "_Save to one single file_" enabled this looks like:
```