From 4aef22f45783f32a16fa73fceacd5f7ef8907e33 Mon Sep 17 00:00:00 2001 From: Dave Rea Date: Tue, 4 Sep 2018 10:13:55 -0400 Subject: [PATCH] Add strikethrough to formatting (this is the one I always forget!) --- cheat/cheatsheets/markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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~~