fixed error in markdonw cheat sheet
This commit is contained in:
parent
1566fb2bb3
commit
76d4dd806a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user