Markdown cheat sheet

ElementSyntax

Heading

# heading

Heading

## heading

Heading

### heading

Heading

#### heading
Heading
##### heading
Heading
####### heading
Bold**bold text**
Italic*italic text*
List - Ordered 1. First
2. Second
3. Third
List - Unordered - First
- Second
- Third
Italic*italic text*
Horizontal Rule---
Link[Title](https://www.example)
image![alt text](image.jpg)
Computer Code`code`
Code block ```coding language (ex ```html) tab or enter

Heading

Heading

Heading

Heading

Heading
Heading

This text is bold and this text is italic

List Ordered

  1. First
  2. Second
  3. Third

List Unordered (bulleted)

  • first
  • second
  • third

At the command prompt type nano

Html Code block

<html>
  <head>
    <body>
      
    </body>
  </head>
</html>

Link !image link