Public
Edited
Oct 18, 2023
2 forks
Insert cell
# Markdown Cheat Sheet

This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements.


# H1
## H2
### H3
#### H4
##### H5
###### H6

**bold text**

*italicized text*

~~strikethrough~~

> blockquote


### Ordered List

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

### Unordered List

- First item
- Second item
- Third item

### Divider

---

### Link

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

### Image

![alt text](https://www.markdownguide.org/assets/images/tux.png)


### Table

| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |


### Code

#### Block code
```
Statement 1
Statement 2
Statement 3
```

#### Inline code
This is a color hex `#fff`
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more