Skip to content
Snippets Groups Projects
Unverified Commit 0f3d0e82 authored by Doug Aitken's avatar Doug Aitken Committed by GitHub
Browse files

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

Fix images in Markdown kitchen sink
parents 4dedfe0b 37e90d26
No related branches found
No related tags found
No related merge requests found
assets/images/large-image.jpg

532 KiB

assets/images/small-image.jpg

43.1 KiB

...@@ -120,12 +120,13 @@ end ...@@ -120,12 +120,13 @@ end
### Small image ### Small image
![](https://assets-cdn.github.com/images/icons/emoji/octocat.png) ![](../../assets/images/small-image.jpg)
### Large image ### 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. ### Definition lists can be used with HTML syntax.
...@@ -168,7 +169,7 @@ Term2 ...@@ -168,7 +169,7 @@ Term2
: Second description of Term1 and Term2, : Second description of Term1 and Term2,
possibly more than one line possibly more than one line
### More code ### More code
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment