Add Image syntax to markdown

This commit is contained in:
Shadab Zafar 2015-05-20 00:58:39 +05:30
parent 33f0dc346b
commit 820de5dba8
1 changed files with 3 additions and 0 deletions

View File

@ -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_