Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natedrake committed Mar 27, 2017
1 parent 97b5b3b commit 0cd5551
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ Wrap text in ``**`` to make it bold

``**this text is bold**`` will produce the following markup ``<strong>this text is bold</strong>``

### Strike Through

``~~text~~``

Wrap text in ``~~`` to strike through the text.

``~~text~~`` produces the following markup ``<del>text</del>``

### Links

``[Text](Hyperlink)``
Expand Down

0 comments on commit 0cd5551

Please sign in to comment.