From 820de5dba81b90da5a57d6bfbe3aa6d09cbfd71f Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Wed, 20 May 2015 00:58:39 +0530 Subject: [PATCH] Add Image syntax to markdown --- cheat/cheatsheets/markdown | 3 +++ 1 file changed, 3 insertions(+) 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_