[[Obsidian]]
# Obsidian Callouts
https://help.obsidian.md/Editing+and+formatting/Callouts#Supported+types
You can also add your own custom callouts via community plugins or custom css: https://help.obsidian.md/Editing+and+formatting/Callouts#Customize%20callouts
## Custom Callout Title
```markdown
> [!tip] Callouts can have custom titles!
> `[!tip] Callouts can have custom titles!`
```
> [!tip] Callouts can have custom titles!
> `[!tip] Callouts can have custom titles!`
## Folding and Nesting
```markdown
> [!faq]- Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed.
```
> [!faq]- Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed.
```markdown
> [!question] Can callouts be nested?
> > [!todo] Yes!, they can.
> > > [!example] You can even use multiple layers of nesting.
> >
> > > [!tip]- And fold them too!
> > > Amazing
```
> [!question] Can callouts be nested?
> > [!todo] Yes!, they can.
> > > [!example] You can even use multiple layers of nesting.
> >
> > > [!tip]- And fold them too!
> > > Amazing
## Available Callouts
### Base Obsidian
```markdown
> [!callout type]
> Lorem ipsum.
```
> [!note]
> `[!note]` (fallback for unknown types)
> [!abstract]
> `[!abstract]`, `[!summary]`, `[!tldr]`
> [!info]
> `[!info]`
> [!todo]
> `[!todo]`
> [!tip]
> `[!tip]`, `[!hint]`, `[!important]`
> [!success]
> `[!success]`, `[!check]`, `[!done]`
> [!question]
> `[!question]`, `[!help]`, `[!faq]`
> [!warning]
> `[!warning]`, `[!caution]`, `[!attention]`
> [!failure]
> `[!failure]`, `[!fail]`, `[!missing]`
> [!danger]
> `[!danger]`, `[!error]`
> [!bug]
> `[!bug]`
> [!example]
> `[!example]`
> [!quote]
> `[!quote]`, `[!cite]`
### Custom Callouts
> [!incomplete]
> `[!incomplete]`, `[!missing-documentation]`, `[!missing-docs]`
> [!dna] DNA
> `[!dna]`
> [!security-warning] Security Warning
> `[!security-warning]`
> [!security-tip] Security Tip
> `[!security-tip]`