Markdown cheat sheet
| Element | Syntax |
|---|---|
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 |  |
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
- First
- Second
- Third
List Unordered (bulleted)
- first
- second
- third
At the command prompt type nano
Html Code block
<html>
<head>
<body>
</body>
</head>
</html>