Skip to content

Commit 29de8ad

Browse files
authored
Another attempt to fix imgroot in manual
1 parent 0ba373e commit 29de8ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/contrib.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!--?title For Contributors-->
2+
<!--?imgroot &imgroot&-->
23
#How to Contribute
34

45
At least at first stage we are going to collaborate via means of github.
@@ -45,8 +46,8 @@ $$E = mc^{2}$$
4546

4647
Small images could be pushed along with texts to the [/img](https://github.com/e-maxx-eng/e-maxx-eng/tree/master/img) subfolder. Let them be in `PNG` format and less than `200kb`. Then you can refer to them inside the article with the tag:
4748

48-
![some image description](&imgroоt&/my-image.png)
49+
![some image description](&imgroot&/my-image.png)
4950

50-
Here `my-image.png` should be your file name, while `&imgroоt&` is some magic which will expand to proper url prefix when shown at the site (so you need not know the precise prefix of github raw data).
51+
Here `my-image.png` should be your file name, while `&imgroot&` is some magic which will expand to proper url prefix when shown at the site (so you need not know the precise prefix of github raw data).
5152

5253
Larger images should be posted to some image-hosting, like [PostImage](http://postimage.org) or [ImgUr](http://imgur.com/) - they will then give you the url to insert into the page.

0 commit comments

Comments
 (0)