Markdown Alerts

Various alert notification styles:

Note

Syntax:

> [!NOTE]
> Useful information that users should know, even when skimming content.

Output:

Note


Tip

Syntax:

> [!TIP]
> Helpful advice for doing things better or more easily.

Output:

Tip


Syntax:

Important

> [!IMPORTANT]
> Key information users need to know to achieve their goal.

Output:

Important


Warning

Syntax:

> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.

Output:

Warning


Caution

Syntax:

> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.

Output:

Caution


Note

Syntax:

> **Note**\
> This is a note

Output:

Note
This is a note


Markdown Images

Syntax:

![Redis](https://res.cloudinary.com/qunux/image/upload/v1643320066/isometric_redis_proxy_icon_nmf5dm.webp)

Output:

Redis


Markdown Headings

Heading <h1>

Syntax:

# Heading

- # Heading

1. # Heading

Output:

Heading

  1. Heading


Heading <h2>

Syntax:

## Heading

- ## Heading

1. ## Heading

Output:

Heading

  1. Heading


Heading <h3>

Syntax:

### Heading

- ### Heading

1. ### Heading

Output:

Heading

  1. Heading


Heading <h4>

Syntax:

#### Heading

- #### Heading

1. #### Heading

Output:

Heading

  1. Heading


Heading <h5>

Syntax:

##### Heading

- ##### Heading

1. ##### Heading

Output:

Heading
  1. Heading

Heading <h6>

Syntax:

###### Heading

- ###### Heading

1. ###### Heading

Output:

Heading
  1. Heading



Shortcode Alerts












Last updated 01 Sep 2024, 10:22 CEST . history