docs: update image examples with Lorem Picsum (#445)

This commit is contained in:
August 2024-08-22 05:05:30 -04:00 committed by GitHub
parent 66d2bf57ba
commit c6de4b5b6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 12 deletions

View File

@ -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} ```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} ```markdown {filename=Markdown}
![landscape](https://source.unsplash.com/featured/800x600?landscape "یک چشم‌انداز Unsplash") ![landscape](https://picsum.photos/800/600 "یک چشم‌انداز Unsplash")
``` ```
## پیکربندی ## پیکربندی

View File

@ -117,18 +117,18 @@ Tables aren't part of the core Markdown spec, but Hugo supports them out-of-the-
### Images ### Images
![landscape](https://source.unsplash.com/featured/800x600?landscape) ![landscape](https://picsum.photos/800/600)
```markdown {filename=Markdown} ```markdown {filename=Markdown}
![landscape](https://source.unsplash.com/featured/800x600?landscape) ![landscape](https://picsum.photos/800/600)
``` ```
With caption: With caption:
![landscape](https://source.unsplash.com/featured/800x600?landscape "Unsplash Landscape") ![landscape](https://picsum.photos/800/600 "Unsplash Landscape")
```markdown {filename=Markdown} ```markdown {filename=Markdown}
![landscape](https://source.unsplash.com/featured/800x600?landscape "Unsplash Landscape") ![landscape](https://picsum.photos/800/600 "Unsplash Landscape")
``` ```
## Configuration ## Configuration

View File

@ -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} ```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} ```markdown {filename=Markdown}
![landscape](https://source.unsplash.com/featured/800x600?landscape "Unsplash Landscape") ![landscape](https://picsum.photos/800/600 "Unsplash Landscape")
``` ```
## 配置 ## 配置