Browse Source

Numerous typofixes

main
Kenneth John Odle 3 years ago
parent
commit
2794ec1b0d
  1. 9
      markdown.md

9
markdown.md

@ -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

Loading…
Cancel
Save