⚡️Bolt

Markdown Basic Syntax

December 21, 2022 - 1 min read

This Markdown cheat sheet provides a quick overview of all basic Markdown syntax elements. If you need more information about any of these elements, refer to the reference guide for basic syntax.

Heading

# H1
## H2
### H3

H1

H2

H3

Bold

**bold text**

bold text

Italic

*italicized text*

italicized text

Blockquote

> blockquote

blockquote

Ordered List

1. First item
2. Second item
3. Third item
  1. First item
  2. Second item
  3. Third item

Unordered List

- First item
- Second item
- Third item

Code

`code`

code

Horizontal Rule

---

[Markdown Guide](https://www.markdownguide.org)

Markdown Guide

Image

![alt text](boxed-water-is-better-5Lw1U5BIumE-unsplash.jpg)

alt text