Skip to content

Commit

Permalink
docs: add info on how to create callouts (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvilhelmberglund authored Aug 9, 2024
1 parent 6fcf38b commit bd0ca1a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/tutorialkit.dev/src/content/docs/reference/theming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ For instanceof, here's an example of an info callout.

![Content](./images/theming-callout.png)

Callouts are created like this:

```
:::tip
This is a tip
:::
```

Valid callout names are `tip`, `info`, `warn` and `danger`.

#### Tip

| Token | Description |
Expand Down

0 comments on commit bd0ca1a

Please sign in to comment.