Skip to content

Commit 0ba373e

Browse files
authored
Fix to prevent "imgroot" expanding in the manual
1 parent 85d36b9 commit 0ba373e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contrib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ $$E = mc^{2}$$
4545

4646
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:
4747

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

50-
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).
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).
5151

5252
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)