Skip to content

Commit

Permalink
docs: update image examples with Lorem Picsum (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
hey-august committed Aug 22, 2024
1 parent 66d2bf5 commit c6de4b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions exampleSite/content/docs/guide/markdown.fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@ Hugo از سینتکس [مارک‌داون](https://en.wikipedia.org/wiki/Markd

### عکس‌ها

![landscape](https://source.unsplash.com/featured/800x600?landscape)
![landscape](https://picsum.photos/800/600)

```markdown {filename=Markdown}
![landscape](https://source.unsplash.com/featured/800x600?landscape)
![landscape](https://picsum.photos/800/600)
```

با توضیحات:

![landscape](https://source.unsplash.com/featured/800x600?landscape "یک چشم‌انداز Unsplash")
![landscape](https://picsum.photos/800/600 "یک چشم‌انداز Unsplash")

```markdown {filename=Markdown}
![landscape](https://source.unsplash.com/featured/800x600?landscape "یک چشم‌انداز Unsplash")
![landscape](https://picsum.photos/800/600 "یک چشم‌انداز Unsplash")
```

## پیکربندی
Expand Down
8 changes: 4 additions & 4 deletions exampleSite/content/docs/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@ Tables aren't part of the core Markdown spec, but Hugo supports them out-of-the-

### Images

![landscape](https://source.unsplash.com/featured/800x600?landscape)
![landscape](https://picsum.photos/800/600)

```markdown {filename=Markdown}
![landscape](https://source.unsplash.com/featured/800x600?landscape)
![landscape](https://picsum.photos/800/600)
```

With caption:

![landscape](https://source.unsplash.com/featured/800x600?landscape "Unsplash Landscape")
![landscape](https://picsum.photos/800/600 "Unsplash Landscape")

```markdown {filename=Markdown}
![landscape](https://source.unsplash.com/featured/800x600?landscape "Unsplash Landscape")
![landscape](https://picsum.photos/800/600 "Unsplash Landscape")
```

## Configuration
Expand Down
8 changes: 4 additions & 4 deletions exampleSite/content/docs/guide/markdown.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@ Hugo 支持 [Markdown](https://en.wikipedia.org/wiki/Markdown) 来书写内容

### 图片

![landscape](https://source.unsplash.com/featured/800x600?landscape)
![landscape](https://picsum.photos/800/600)

```markdown {filename=Markdown}
![landscape](https://source.unsplash.com/featured/800x600?landscape)
![landscape](https://picsum.photos/800/600)
```

带有标题:

![landscape](https://source.unsplash.com/featured/800x600?landscape "Unsplash Landscape")
![landscape](https://picsum.photos/800/600 "Unsplash Landscape")

```markdown {filename=Markdown}
![landscape](https://source.unsplash.com/featured/800x600?landscape "Unsplash Landscape")
![landscape](https://picsum.photos/800/600 "Unsplash Landscape")
```

## 配置
Expand Down

0 comments on commit c6de4b5

Please sign in to comment.