Numerous typofixes

This commit is contained in:
Kenneth John Odle 2021-08-08 16:52:31 -04:00
parent 0f2b07928c
commit 2794ec1b0d

View File

@ -56,10 +56,10 @@ Alt-H2
***
Code:
### Emphasis
Code:
```no-highlight
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_**.
Strikethrough uses two tildes. ~~Scratch this.~~
<ins>Underline this part</ins>
```
Results:
@ -79,6 +82,8 @@ Combined emphasis with **asterisks and _underscores_**.
Strikethrough uses two tildes. ~~Scratch this.~~
<ins>Underline this part</ins>
***
### Lists