Merge pull request #782 from dougaitken/dougaitken-fix-images

Fix images in Markdown kitchen sink
This commit is contained in:
Doug Aitken 2022-03-06 12:48:57 +00:00 committed by GitHub
commit 0f3d0e8285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -120,12 +120,13 @@ end
### Small image
![](https://assets-cdn.github.com/images/icons/emoji/octocat.png)
![](../../assets/images/small-image.jpg)
### Large image
![](https://guides.github.com/activities/hello-world/branching.png)
![](../../assets/images/large-image.jpg)
"[Wroclaw University Library digitizing rare archival texts](https://www.flickr.com/photos/97810305@N08/9401451269)" by [j_cadmus](https://www.flickr.com/photos/97810305@N08) is marked with [CC BY 2.0](https://creativecommons.org/licenses/by/2.0/?ref=openverse).
### Definition lists can be used with HTML syntax.
@ -168,7 +169,7 @@ Term2
: Second description of Term1 and Term2,
possibly more than one line
### More code
```