fixed error in markdonw cheat sheet

This commit is contained in:
Manuel Eiter 2021-07-05 21:06:57 +02:00
parent 1566fb2bb3
commit 76d4dd806a

View File

@ -17,7 +17,7 @@
###### h6 ###### h6
##Emphasis ## Emphasis
``` ```
Emphasis, aka italics, with *asterisks* or _underscores_. 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). 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.⋅⋅ 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.⋅⋅ 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.) (This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.)
* Unordered list can use asterisks * Unordered list can use asterisks