mirror of https://github.com/cheat/cheat.git
Add strikethrough to formatting
(this is the one I always forget!)
This commit is contained in:
parent
feab7a9706
commit
4aef22f457
|
@ -38,7 +38,7 @@ This is [an example](http://example.com "Title") inline link.
|
||||||
# image
|
# image
|
||||||
![Alt Text](/path/to/file.png)
|
![Alt Text](/path/to/file.png)
|
||||||
|
|
||||||
# emphasis
|
# formatting
|
||||||
*em* _em_
|
*em* _em_
|
||||||
|
|
||||||
**strong** __strong__
|
**strong** __strong__
|
||||||
|
~~strikethrough~~
|
||||||
|
|
Loading…
Reference in New Issue