diff --git a/markdown.md b/markdown.md index 37cb9ad..cdcf8a6 100644 --- a/markdown.md +++ b/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.~~ + +Underline this part + ``` Results: @@ -79,6 +82,8 @@ Combined emphasis with **asterisks and _underscores_**. Strikethrough uses two tildes. ~~Scratch this.~~ +Underline this part + *** ### Lists