diff --git a/cheat/cheatsheets/markdown b/cheat/cheatsheets/markdown index 917fcf1..7f178e3 100644 --- a/cheat/cheatsheets/markdown +++ b/cheat/cheatsheets/markdown @@ -38,7 +38,7 @@ This is [an example](http://example.com "Title") inline link. # image ![Alt Text](/path/to/file.png) -# emphasis +# formatting *em* _em_ - **strong** __strong__ +~~strikethrough~~