1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Merge pull request #28265 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-06-06 11:03:49 -05:00
committed by GitHub

View File

@@ -133,7 +133,7 @@ Here are some examples for using relative links to display an image.
| ------ | -------- |
| In a `.md` file on the same branch | `/assets/images/electrocat.png` |
| In a `.md` file on another branch | `/../main/assets/images/electrocat.png` |
| In issues, pull requests and comments of the repository | `../blob/main/assets/images/electrocat.png` |
| In issues, pull requests and comments of the repository | `../blob/main/assets/images/electrocat.png?raw=true` |
| In a `.md` file in another repository | `/../../../../github/docs/blob/main/assets/images/electrocat.png` |
| In issues, pull requests and comments of another repository | `../../../github/docs/blob/main/assets/images/electrocat.png?raw=true` |