Advanced; some grammar and typos

This commit is contained in:
Martijn de Boer 2020-10-16 16:45:55 +02:00
parent 5d2571e988
commit a710b8ce4e
No known key found for this signature in database
GPG key ID: 9D2E42402DD372D1

View file

@ -5,9 +5,9 @@ eleventyNavigation:
parent: AdvancedUsage
---
## Upload images via git
## Uploading images via git
Currently, gitea supports only images in the base directory of the wiki git. (Gitea wiki pages are stored in a separate wiki right beside the project, wiki pages themselves are markdown files).
Currently, Gitea supports only images in the base directory of the wiki git. (Gitea wiki pages are stored in a separate wiki right beside the project, wiki pages themselves are markdown files).
A feasible workflow might look like this (replace `<user>` and `<project>` with your user and project name):
@ -20,7 +20,7 @@ git commit -m "add image"
git push
```
Now, you can reference the image in markdown, like this:
Now, you can reference the image in Markdown, like this:
```markdown
![image alt text](codeberg.png "image title")