diff --git a/cheat/cheatsheets/markdown b/cheat/cheatsheets/markdown index 8b551a6..917fcf1 100644 --- a/cheat/cheatsheets/markdown +++ b/cheat/cheatsheets/markdown @@ -35,6 +35,9 @@ ___ # links This is [an example](http://example.com "Title") inline link. +# image +![Alt Text](/path/to/file.png) + # emphasis *em* _em_