From 1566fb2bb3769868211b966469d0a62a38d58370 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 5 Jul 2021 21:05:06 +0200 Subject: [PATCH] finished markdown cheatsheet --- markdown/cheatsheet.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/markdown/cheatsheet.md b/markdown/cheatsheet.md index 6eae4f3..bd1712c 100644 --- a/markdown/cheatsheet.md +++ b/markdown/cheatsheet.md @@ -21,14 +21,20 @@ ``` Emphasis, aka italics, with *asterisks* or _underscores_. + Strong emphasis, aka bold, with **asterisks** or __underscores__. + Combined emphasis with **asterisks and _underscores_**. + Strikethrough uses two tildes. ~~Scratch this.~~ ``` Emphasis, aka italics, with *asterisks* or _underscores_. + Strong emphasis, aka bold, with **asterisks** or __underscores__. + Combined emphasis with **asterisks and _underscores_**. + Strikethrough uses two tildes. ~~Scratch this.~~