mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
Add Image syntax to markdown
This commit is contained in:
parent
33f0dc346b
commit
820de5dba8
@ -35,6 +35,9 @@ ___
|
|||||||
# links
|
# links
|
||||||
This is [an example](http://example.com "Title") inline link.
|
This is [an example](http://example.com "Title") inline link.
|
||||||
|
|
||||||
|
# image
|
||||||
|
![Alt Text](/path/to/file.png)
|
||||||
|
|
||||||
# emphasis
|
# emphasis
|
||||||
*em* _em_
|
*em* _em_
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user