1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-16 13:16:05 +02:00

Add Image syntax to markdown

This commit is contained in:
Shadab Zafar 2015-05-20 00:58:39 +05:30
parent 33f0dc346b
commit 820de5dba8

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