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