콘텐츠로 바로가기

Callout

1 min read96 words

Hugo Blox supports a Markdown extension for callouts, also referred to as alerts or asides. Callouts are a useful feature to draw attention to impo...

Hugo Blox supports a Markdown extension for callouts, also referred to as alerts or asides.

Callouts are a useful feature to draw attention to important or related content such as notes, hints, or warnings in your articles.

Usage

Notes

A Markdown callout is useful for displaying notices, hints, or definitions to your readers.

> [!NOTE]
> A Markdown callout is useful for displaying notices, hints, or definitions to your readers.

Warnings

Here's some important information...

> [!WARNING]
> Here's some important information...