From 76d4dd806a134199b5f589146bc98151766635bf Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 5 Jul 2021 21:06:57 +0200 Subject: [PATCH] fixed error in markdonw cheat sheet --- markdown/cheatsheet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/markdown/cheatsheet.md b/markdown/cheatsheet.md index bd1712c..d94dd48 100644 --- a/markdown/cheatsheet.md +++ b/markdown/cheatsheet.md @@ -17,7 +17,7 @@ ###### h6 -##Emphasis +## Emphasis ``` Emphasis, aka italics, with *asterisks* or _underscores_. @@ -68,8 +68,8 @@ Strikethrough uses two tildes. ~~Scratch this.~~ You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we'll use three here to also align the raw Markdown). - To have a line break without a paragraph, you will need to use two trailing spaces.⋅⋅ - Note that this line is separate, but within the same paragraph.⋅⋅ + To have a line break without a paragraph, you will need to use two trailing spaces. + Note that this line is separate, but within the same paragraph. (This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.) * Unordered list can use asterisks