| Format Style | Markdown | Result |
Bold | **text** | bolds text |
Italic | *text* | makes text italic |
Strike | ~~text~~ | strikes through text |
Inline | `text` | displays text as code |
Blockquote | >text | sets text apart in a block |
Link | [text](URL) | links the text in square brackets [ ] to the URL in parenthesis () |
Carriage Return | Shift+Enter | Puts a Line break between two lines of text |