A reference to the Markdown basic syntax elements supported by all Markdown applications.

Refer to the Basic Syntax reference guide from The Markdown Guide for more information.

Heading

# H1

## H2

### H3
Preview

H1

H2

H3

Bold

**bold text**
Preview

bold text

Italic

_italicized text_

italicized text

Preview

italicized text

Blockquote

> blockquote
Preview

blockquote

Ordered List

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

Unordered List

- First item
- Second item
- Third item
Preview
  • First item
  • Second item
  • Third item

Code

`code`
Preview

code

Horizontal Rule

---
Preview

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

Image

![A yellow and black bird sitting on top of a body of water](images/vincent-van-zalinge-e5VzJJDODbQ-unsplash.jpg)
Preview

A yellow and black bird sitting on top of a body of water