How To Use Asides
Apr 2, 2025 — MDX
In this post you’ll learn how to use asides (also known as “admonitions”) included in this theme. Sometimes they are also called “callouts”. They are useful for displaying secondary information alongside a page’s main content.
By default, this theme gives you four asides:
- Note
- Caution
- Tip
- Danger
You can use them like so in your MDX files:
:::noteThis is text inside a note.:::
You can also use custom titles:
:::caution[Watch out!]This is a warning message!:::
:::tipHere's what 10 tips taught me about B2B.
```tsconst hello = 'world'```:::
:::dangerDo not visit LinkedIn.:::
Here’s a preview of how they look:
You can also use custom titles: