Skip to content

Commit 1815b52

Browse files
committed
docs: replace placehold.it in cheatsheet
1 parent 5facdec commit 1815b52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/cheatsheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,12 +392,12 @@ img[alt=img100x] {width: 100px; border: 5px solid red; border-radius: 25%}
392392

393393
![Alt Text](path_to/img.png)
394394
![Alt Text](path_to/img.png "Optional Title")
395-
![Alt Text](http://placehold.it/150x100)
395+
![Alt Text](https://picsum.photos/200/200)
396396
![broken image](http://localhost/my-broken-image)
397397

398398
![Alt Text](path_to/img.png)
399-
![Alt Text](path_to/img.png "Optional Title")
400-
![Alt Text](http://placehold.it/150x100)
399+
![Alt Text](path_to/img.png 'Optional Title')
400+
![Alt Text](https://picsum.photos/200/200)
401401
![broken image](http://localhost/my-broken-image)
402402

403403
Using plain html can be used to size images:

0 commit comments

Comments
 (0)