quartz-research-note/content/notes/callouts.md
2022-07-30 17:29:26 -07:00

98 lines
1.1 KiB
Markdown

---
title: "Callouts"
---
## Callout support
Supports built-in Callouts. See [documentation on supported types here](https://help.obsidian.md/How+to/Use+callouts#Types).
## Format:
```
> [!example] Example
>
> Text
```
Turns to:
> [!example] Example
>
> Text
## Collapsible Callouts:
```
> [!example]- Starts Collapsed
>
> Text
```
Turns to:
> [!example]- Starts Collapsed
>
> Text
```
> [!example]- Starts Opened
>
> Text
```
Turns to:
> [!example]- Starts Opened
>
> Text
## Showcase:
> [!example] example
>
> example
> [!note] note
>
> note
> [!abstract] abstract, summary, tldr
>
> abstract, summary, tldr
> [!info] info, todo
>
> info, todo
> [!tip] tip, hint, important
>
> tip, hint, important
> [!success] success, check, done
>
> success, check, done
> [!question] question, help, faq
>
> question, help, faq
> [!warning] warning, caution, attention
>
> warning, caution, attention
> [!failure] failure, fail, missing
>
> failure, fail, missing
> [!danger] danger, error
>
> danger, error
> [!bug] bug
>
> bug
> [!quote] quote, cite
>
> quote, cite