You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
361 B

---
sidebar_position: 4
title: Page with hints
description : How to insert hints?
---
# How to insert hints?
You can add tips, info, hints, warnings, using this syntax:
```
:::note A note
A note
:::
```
:::note A note
A note
:::
:::info An info
An info
:::
:::warning A warning
A warning
:::
:::caution A caution
A caution
:::
:::tip A tip
A tip
:::