Numerous typofixes
This commit is contained in:
parent
0f2b07928c
commit
2794ec1b0d
@ -56,10 +56,10 @@ Alt-H2
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
Code:
|
|
||||||
|
|
||||||
### Emphasis
|
### Emphasis
|
||||||
|
|
||||||
|
Code:
|
||||||
|
|
||||||
```no-highlight
|
```no-highlight
|
||||||
Emphasis, aka italics, with *asterisks* or _underscores_.
|
Emphasis, aka italics, with *asterisks* or _underscores_.
|
||||||
|
|
||||||
@ -68,6 +68,9 @@ Strong emphasis, aka bold, with **asterisks** or __underscores__.
|
|||||||
Combined emphasis with **asterisks and _underscores_**.
|
Combined emphasis with **asterisks and _underscores_**.
|
||||||
|
|
||||||
Strikethrough uses two tildes. ~~Scratch this.~~
|
Strikethrough uses two tildes. ~~Scratch this.~~
|
||||||
|
|
||||||
|
<ins>Underline this part</ins>
|
||||||
|
|
||||||
```
|
```
|
||||||
Results:
|
Results:
|
||||||
|
|
||||||
@ -79,6 +82,8 @@ Combined emphasis with **asterisks and _underscores_**.
|
|||||||
|
|
||||||
Strikethrough uses two tildes. ~~Scratch this.~~
|
Strikethrough uses two tildes. ~~Scratch this.~~
|
||||||
|
|
||||||
|
<ins>Underline this part</ins>
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
### Lists
|
### Lists
|
||||||
|
Loading…
Reference in New Issue
Block a user