### 콜아웃 문법
**일반적인 콜아웃**
```
> [!종류]
```
> [!info] 일반적인 콜아웃입니다
> 콜아웃 종류는 아래에 정리해뒀습니다.
<br>
**토글형 콜아웃**
```
> [!종류]+
```
> [!info]+ 토글형 콜아웃입니다
> \+ 또는 -를 대괄호 뒤에 붙이면 됩니다.
<br>
**중첩 콜아웃**
```
> [!question] 콜아웃이 중첩도 되나요?
> > [!todo] 네 됩니다.
> > >[!example] 여러개 중첩도 가능합니다.
> > > 신기하다
```
> [!question] 콜아웃이 중첩도 되나요?
> >[!todo] 네 됩니다.
> > >[!example] 여러개 중첩도 가능합니다.
> > >신기하다
<br><br>
### 콜아웃 종류
<br>
**info**
> [!info] info
> info info info info info
**note**
> [!note] note
> note note note note note
**todo**
> [!todo] todo
> todo todo todo todo todo
**abstract, summary, tldr**
> [!summary] abstract
> abstract abstract abstract abstract abstract
**tip, hint, important**
> [!tip] important
> important important important important important
**success, check, done**
> [!done] done
> done done done done done
**question, help, faq**
> [!question] question
> question question question question question
**warning, caution, attention**
> [!warning] warning
> warning warning warning warning warning
**failure, fail, missing**
> [!fail] fail
> fail fail fail fail fail
**danger, error**
> [!error] error
> error error error error error
**bug**
> [!bug] bug
> bug bug bug bug bug bug
**example**
> [!example] example
> example example example example example
**quote, cite**
> [!quote] quote
> quote quote quote quote quote
<br>
<br>
<br>
<br>