Callout Blocks 사용 방법

quarto
Quarto에서 Callout Blocks을 사용하여 효과적인 디지털 글쓰기
Author

김경환

Published

September 17, 2023

Callout Blocks

Callout blocks는 글에서 강조를 하거나 보충, 주의를 표현할 수 있도록 합니다.

input

:::{.callout-note}
Callout blocks에는 5가지 옵션을 사용할 수 있습니다.
: `note`, `tip`, `warning`, `caution`, and `important`.
:::

output

Note
Callout blocks에는 5가지 옵션을 사용할 수 있습니다.

note, tip, warning, caution, and important.

input

:::{.callout-tip}
Callout blocks에는 5가지 옵션을 사용할 수 있습니다.
: `note`, `tip`, `warning`, `caution`, and `important`.
:::

output

Tip
Callout blocks에는 5가지 옵션을 사용할 수 있습니다.

note, tip, warning, caution, and important.

input

:::{.callout-warning}
Callout blocks에는 5가지 옵션을 사용할 수 있습니다.
: `note`, `tip`, `warning`, `caution`, and `important`.
:::

output

Warning
Callout blocks에는 5가지 옵션을 사용할 수 있습니다.

note, tip, warning, caution, and important.

input

:::{.callout-caution}
Callout blocks에는 5가지 옵션을 사용할 수 있습니다.
: `note`, `tip`, `warning`, `caution`, and `important`.
:::

output

Caution
Callout blocks에는 5가지 옵션을 사용할 수 있습니다.

note, tip, warning, caution, and important.

input

:::{.callout-important}
Callout blocks에는 5가지 옵션을 사용할 수 있습니다.
: `note`, `tip`, `warning`, `caution`, and `important`.
:::

output

Important
Callout blocks에는 5가지 옵션을 사용할 수 있습니다.

note, tip, warning, caution, and important.