## Core Blocks

This page showcases most core WordPress blocks, and is meant to be used as a style guide. Some core blocks will be omitted from this guide, since the block may be self explanatory or contain no alternate styles. Of course, this opening paragraph is using the **Paragraph Block**.

Core blocks refer to the blocks that are included within the WordPress platform by default. **STAX** also includes support for additional block collections such as Organic Blocks, WooCommerce Blocks, and Jetpack Blocks. However, the theme is not limited to those blocks. Any blocks may be used with **STAX**.

### Heading Block

* * *

# Heading 1

## Heading 2

### Heading 3

#### Heading 4

##### Heading 5

###### Heading 6

### List Block

* * *

- Unordered List Item Example
- Unordered List Item Example
- Unordered List Item Example

1. Ordered List Item Example
2. Ordered List Item Example
3. Ordered List Item Example

- Mixed List Item Example
- Mixed List Item Example
1. Mixed List Item Example
2. Mixed List Item Example
3. Mixed List Item Example
- Mixed List Item Example
- Mixed List Item Example

### Quote Block

* * *

> “The danger of adventure is worth a thousand days of ease and comfort.”  
> ― Paulo Coelho

### Code Block

* * *

```css
// Example CSS
#header {
  display: none;
}
```

### Preformatted Block

* * *

```
("`-''-/").___..--''"`-._
 `6_ 6  )   `-.  (     ).`-.__.`)
 (_Y_.)'  ._   )  `._ `. ``-..-'
   _..`--'_..-_/  /--'_.'
  ((((.-''  ((((.'  (((.-'
```

### Pullquote Block

> **“It’s a dangerous business, Frodo, going out your door. You step onto the road, and if you don’t keep your feet, there’s no knowing where you might be swept off to.”**  
> — Bilbo Baggins

### Table Block

* * *

|     |     |
| --- | --- |
| Sugar | 2 Tablespoons |
| Salt | 1 Tablespoon |
| Milk | 2 Cups |

An example table caption.

### Verse Block

* * *

```
The octopus is a shock to us
If he had lips, he could talk to us

He sleeps deep in the sea
Under rocks and under docks

Decorating his home with shells and shiny things
Like bottle caps, bells, and diamond rings
```

### Image Block

* * *

An example image caption.

### Gallery Block

* * *

### Cover Block

**I’m sailing away**  
Set an open course for the Virgin Sea.

### File Block

* * *

[Avatar Image](/content/wp-content/uploads/2021/12/avatar_022.png) [Download](/content/wp-content/uploads/2021/12/avatar_022.png)

### Media & Text Block

* * *

> “ **It’s time to kick ass and chew bubblegum, and I’m all out of gum**.”  
> — Duke Nukem

### Video Block

* * *

### Embed Block

* * *

### Buttons Block

* * *

[Example Button](/content/blocks/core-blocks/#/index.html)  
[Example Button](/content/blocks/core-blocks/#/index.html)  
[Example Button](/content/blocks/core-blocks/#/index.html)
