Updated Editing.md (markdown)
parent
67e5fdda1f
commit
3ed1fc0e6e
|
@ -18,4 +18,5 @@ If you have Ruby installed, you can clone this repo on your local machine, make
|
|||
6. Whenever a page is saved, a commit is created automatically by gollum. Make sure to push the changes upstream after all edits are done.
|
||||
7. To add images:
|
||||
1. Copy the image into the images directory
|
||||
2. The image must be sized appropriately.This wiki is fairly basic and does not allow dynamic scaling of images. For example, if you want the image to look small, you should re-size the image down to about 200px wide. For example, the logo on [the homepage of the wiki](Home) is 200px wide.
|
||||
2. The image must be sized appropriately.This wiki is fairly basic and does not allow dynamic scaling of images. For example, if you want the image to look small, you should re-size the image down to about 200px wide. For example, the logo on [the homepage of the wiki](Home) is 200px wide.
|
||||
3. Include it using the following syntax: ``![Text description](images/filename.png)``
|
Loading…
Reference in New Issue