mirror of https://github.com/cheat/cheat.git
Add Image syntax to markdown
This commit is contained in:
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_
|
||||
|
||||
|
|
Loading…
Reference in New Issue