Add metadata classes to any callout for instant customization:
```markdown
>[!note]
> Normal callout
>[!note|no-title]
> Content without a title
>[!info|float-right]
> Content that floats to the right
>[!success|opp]
> Whoopsies but yay!
>[!tip|mono]
> Content in monospace font
>[!warning|no-s]
> This callout has no styling!
> [!warning|no-bg]
> This has no background!
> [!info|mono]
> This is in monospace!
```
>[!note]
>Normal callout
>[!note|no-title]
>Content without a title
>[!info|float-right]
>Content that floats to the right
>[!success|opp]
>Whoopsies but yay!
>[!tip|mono]
>Content in monospace font
>[!warning|no-s]
>This callout has no styling at all!
> [!warning|no-bg]
> This has no background!
> [!info|mono]
> This is in monospace!
**Available Metadata Classes:**
- `no-t`, `no-title` - Remove title
- `yes-t`, `show-title` - Show title (primarily for `[!images]` callouts)
- `opp`, `opposite` - Invert title and content order
- `no-s`, `no-style` - Remove all styling
- `no-bg`, `no-background` - Remove background
- `mono`, `monospace` - Use monospace font
- `fl`, `float-l`, `float-left`, `left` - Float left
- `fr`, `float-r`, `float-right`, `right` - Float right
- `no-m-t`, `no-margin-top` - Remove top margin
- `no-m-b`, `no-margin-bottom` - Remove bottom margin